body, li, table {

	font-size: 			12px;
	font-size-adjust:		.58;
	font-family: 			Arial;
	color: 				#000000; 
}

body         { 
               
             
 scrollbar-face-color: 990000;
 scrollbar-shadow-color: CC3333; 
 scrollbar-highlight-color: CC3333;
 scrollbar-3dlight-color: CC3333;
 scrollbar-darkshadow-color: CC3333; 
 scrollbar-track-color: 990000; 
 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 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1, h2 	{
	color: 				#e82828;
}

h1 {
	font-size: 			16px;
}
h2 {
	font-size: 			12px;
}


.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 : #000000;
 background-color: #FFFFFF;
 color: #000000;

}