/* CSS Document */
		body, td, table {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12 px;
			color: #ffffff;
			background-color: #993333;
		 	scrollbar-DarkShadow-Color:#000000;
		 	scrollbar-Track-Color:#993333;
		 	scrollbar-Face-Color:#993333;
		 	scrollbar-Shadow-Color:#000000;
		 	scrollbar-Highlight-Color:#ffffff;
		 	scrollbar-3dLight-Color:#993333;
		 	scrollbar-Arrow-Color:#000000;
		}

		a { 
			font-family: Verdana, Helvetica, Arial; 
			color: #ffffff; 
			text-decoration: none; 
		}
		
		a:hover { 
			color: #ffffff; 
			text-decoration: underline; 
		}


