/* CSS Document */

body,th,td {
	background:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
div.row {
  clear: both;
  padding-top: 5px;
}
div.row span.label {
  float: left;
  text-align: right;
  width: 25%
}
div.row span.forme {
  float: right;
  text-align: left;
  width: 75%
}
div.main {
	background-color: #000000;
	width:auto;
	height:auto;
}
div.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	float: none;
	position: absolute;
	left: 301px;
	top: 26px;
	width: 450px;
	height: auto;
	overflow: auto;
	color: #FFFFFF;
	padding-left: 10px;
}
#main #left {
	float: left;
	top: 380px;
	width: 280px;
	color: #FFFFFF;
	overflow: auto;
	padding-top: 10px;
}
#footer {
	float: none;
	position: relative;
	padding-top: 10px;
	left: 200;
}
a:link {
	font-size: 14px;
	text-decoration: none;
	cursor: hand;
	color:#FFFFFF;
}
a:visited {
	font-size: 14px;
	text-decoration: none;
	cursor: hand;
	color:#FFFFFF;
}
a:hover {
	font-size: 14px;
	text-decoration: none;
	cursor: hand;
	color:#CC00FF;
}
a:active {
	font-size: 14px;
	text-decoration: none;
	cursor: hand;
	color:#FFFFFF;
}
