
html { 	

	min-width:100%;
	margin:0;
	margin-top:20px;
}

body { 
	background-color:#000000;
	height: 100%;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
}



.main { color: #4E4E4E; font-size: 11px; font-family: Verdana; text-decoration: none; line-height: 18px }
A.main:link { color: #809CC9; font-size: 11px; font-family: Verdana; text-decoration: underline; } 
A.main:visited { color: #809CC9; font-size: 11px; font-family: Verdana; text-decoration: underline; }
A.main:hover { color: #AEC7EF; font-size: 11px; font-family: Verdana; text-decoration: none; }

.small { color: #4E4E4E; font-size: 10px; font-family: Verdana; text-decoration: none; line-height: 18px }
A.small:link { color: #809CC9; font-size: 10px; font-family: Verdana; text-decoration: none; } 
A.small:visited { color: #809CC9; font-size: 10px; font-family: Verdana; text-decoration: none; }
A.small:hover { color: #AEC7EF; font-size: 10px; font-family: Verdana; text-decoration: underline; }

.main2 { color: #4E4E4E; font-size: 14px; font-family: Verdana; text-decoration: none; }
A.main2:link { color: #B5A66B; font-size: 14px; font-family: Verdana; text-decoration: underline; } 
A.main2:visited { color: #B5A66B; font-size: 14px; font-family: Verdana; text-decoration: underline; }
A.main2:hover { color: #E8D58C; font-size: 14px; font-family: Verdana; text-decoration: none; }

.bottom { color: #ffffff; font-size: 11px; font-family: arial; text-decoration: none; }
A.bottom:link { color: #ffffff; font-size: 11px; font-family: arial; text-decoration: underline; } 
A.bottom:visited { color: #ffffff; font-size: 11px; font-family: arial; text-decoration: underline; }
A.bottom:hover { color: #eac700; font-size: 11px; font-family: arial; text-decoration: none; }

.bottom2 { color: #646464; font-size: 11px; font-family: arial; text-decoration: none; }
A.bottom2:link { color: #278ea0; font-size: 11px; font-family: arial; text-decoration: underline; } 
A.bottom2:visited { color: #278ea0; font-size: 11px; font-family: arial; text-decoration: underline; }
A.bottom2:hover { color: #6dcbdc; font-size: 11px; font-family: arial; text-decoration: none; }


FORM.form {
	font-size : 11px;
	font-style : italic;
	font-family : serif;
	background : #CCCCFF;
}
SELECT {
	font-size : 11px;
	font-style : normal;
	font-family : Verdana,Arial,Tahoma;
}

.searchBox {
	font-size : 10px;
	font-family : Arial;
	background : #CCCCFF;
}
.searchSelect {
	font-size : 10px;;
	font-family : Arial,Helvetica, sans-serif;
	background : #CCCCFF;
}


.trans1 { -moz-opacity:95% ; filter:Alpha(Opacity=95); opacity: 0.95; background-color:DEDEDE;}
.trans2 { -moz-opacity:95% ; filter:Alpha(Opacity=95); opacity: 0.95;background-color:white;}
.trans3 { -moz-opacity:85% ; filter:Alpha(Opacity=85); opacity: 0.85;background-color:white;}

hr.dotted
{  background: url(/images/line.gif) no-repeat top left;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/line.gif');
  width: 1px;
  height: 1px;
  border: 0;
}

hr.dotted
{  width: 100%;
  height: 10px;
 
}

.bg {
	width: 100%;
	height:100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:-9;
}




