body, li, table {

	font-size: 			12px;
	font-size-adjust:		.58;
	font-family: 			Arial;
	color: 				#000000; 
}

body         { 
               
             
 scrollbar-face-color: #011854;
 scrollbar-shadow-color: #011854; 
 scrollbar-highlight-color: #011854;
 scrollbar-3dlight-color: #536DAA;
 scrollbar-darkshadow-color: #536DAA; 
 scrollbar-track-color: #01164C; 
 scrollbar-arrow-color: #ffffff; 
               

}

a:link, a:visited, a:hover, a:active {
	text-decoration:		none;
}
a:link, a:visited   {
	color: 				#ff0000;
}
a:hover   {
	color: 				#0000ee;
}
a:active   {
	color: 				#ff0000;
}

p, h1, h2, h3, h4 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1, h2, h3, h4 	{

}

h1 {
	font-size: 			14px;
	color: 				#8D8D8D;

}
h2 {
	font-size: 			13px;
	color: 				#929292;
}

h3 {
	font-size: 			11px;
	color: 				#8D8D8D;
}

h4 {
	font-size: 			11px;
	color: 				#8D8D8D;
}

.teamtxt {
	font-size: 			11px;
	color: 				#000000;
	margin-left:		25px;
	margin-right:		30px;
}

.relleft   { background-image: url('images/rel_left.jpg'); 
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-position: top right;  
}

.relrght   { background-image: url('images/rel_rght.jpg'); 
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-position: top left;  
}

td.watermark   { background-image: url('images/watermark.jpg'); 
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-position: bottom right;  
}
input, select, textarea {
 
 border-width : 1px;
 border-style : solid;
 border-color : #051A59;
 background-color: #FFFFFF;
 color: #000000;

}