body, li, table, input, select, option, textarea, .menu {

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

body         { 
               
               scrollbar-face-color: #AD9A7B;
               scrollbar-shadow-color: #AD9A7B; 
               scrollbar-highlight-color: #AD9A7B;
               scrollbar-3dlight-color: #5a0000;
               scrollbar-darkshadow-color: #5a0000; 
               scrollbar-track-color: #AD9A7B; 
               scrollbar-arrow-color: #5a0000; 
               

               

}

a:link, a:visited, a:hover, a:active {
	text-decoration:		none;
}
a:link, a:visited   {
	color: 				#5a0000;
}
a:hover   {
	color: 				#ffffff;
}
a:active   {
	color: 				#5a0000;
}

h1, h2 	{
	font-family: 			Times;
	color: 				#5a0000;
}

table.watermark {
	background-image: url('images/watermark.jpg');
	background-color: ffffff;
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-position: bottom left;
               
}

