body {
	margin-top: 40px;
	background-color: #333333;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:gray;
	scrollbar-3dlight-color:gray;
	scrollbar-darkshadow-color:black;
	scrollbar-shadow-color:gray;
	scrollbar-arrow-color:black;
	scrollbar-track-color:black;
}

font.bottom  {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

font  {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*Table Data*/
span  {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*Table Headings*/
span.blackText{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

/*Table Background*/
table.main  {
	background-image: url(bgcircle.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/*Layer*/
#build1  {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	background-color: Black;
	width:96%;
	z-index:1;
	height:370px;
	overflow: auto;
	overflow-x : hidden;
}

/*---------Form Styles----------*/

/*Label Text*/
#formLabel  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}

/*Text Boxes*/
input.gray {
	background-color: #CCCCCC;
	font-size: 10px;
}

/*List*/
select  {
	background-color: #cccccc;
	font-size: 10px;
}

/*Form List Headings*/
option.dark {
	background-color: #666666;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

/*Submit Button*/
input.red {
	background-color: #666666;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

/*-------------Links------------*/
a.other:link{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.other:visited{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.other:hover{
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

/*-------small links--------*/
a.small:link{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.small:visited{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.small:hover{
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}