/* CSS Document */

body {
	 margin-left : 0; 
	 margin-top : 0;
	 margin-right : 0;

	 scrollbar-3d-light-color : #ffffff;
	 scrollbar-arrow-color : #009966;
	 scrollbar-base-color : #336699;
	 scrollbar-darkshadow-color : #052a61;
	 scrollbar-face-color : #ffffff;
	 scrollbar-highlight-color : #009966;
	 scrollbar-shadow-color : #ffffff;
	
	 background-color: #FFFFFF;
	 background-image: url("../images/test_bg.gif");
	 background-repeat: repeat-x;
	 }

text { 
	 font-family: Verdana, sans-serif; 
	 font-size: 11px; color:#000000
	 }

UL {list-style-type: square;}
	 	 
td {  	font-family: Verdana, sans-serif; 
		font-size: 11px; color:#000000}
blockquote {  
	font-family: Verdana, sans-serif; 
	font-size: 14pt; 
	font weight: bold; 
	font style: italic;}

A:link { 
	color:#6e9870; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 11px;}
	
A:hover { 
	color:#052a61; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 11px;}
	
A:active { 
	color:#cccccc; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 11px;}
	
A:visited { 
	color:#6e9870; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 11px;}

.subtitle { 
	color:#052a61;
	font-weight: bold;
	font-size: 12px;
	}
	
.center {
	position: absolute;
	text-align: center;
	overflow: auto;

}

.footer {
	color:#999999;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 9px;
	z-index: 3;
	}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font : bold;}

#foot {
z-index: 2;
}