/* style.css */
BODY{
/*	scrollbar-face-color: #EEE5C4;
	scrollbar-shadow-color: #EEE5C4;
	scrollbar-highlight-color: #EEE5C4;
	scrollbar-3dlight-color: #D0D1A5;
	scrollbar-darkshadow-color: #D0D1A5;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color:#D0D1A5; */
	font-family : Arial,Verdana, Helvetica,sans-serif;
	font-size: 12px ;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align : justify;
}

A:link , A:visited , A:active {
	color : #93132A;
} 
A:hover {
	color : #9C822D;
} 

.noJustify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align : left;
}