/* CSS Document */
BODY  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : #000000;
	background-color : #FFFFFF;
	scrollbar-face-color: FFFFFF;
	scrollbar-arrow-color: A71B2A;
	scrollbar-base-color: FFFFFF;
	scrollbar-3d-light-color: 094E72;
	scrollbar-darkshadow-color: FFFFFF;
	scrollbar-highlight-color: 094E72;
	scrollbar-shadow-color: 094E72;
	scrollbar-track-color: FFFFFF;
	}
	

A:Link  {
	text-decoration : underline;
	font-weight: bold; 
	color : #A71B2A;}

A:Visited  {
	text-decoration : underline;
	font-weight: bold; 
	color : #A71B2A;}

A:Active  {
	text-decoration : underline;
	font-weight: bold; 
	color : #DA152A;}

A:Hover  {
	text-decoration : underline;
	font-weight: bold; 
	color : #DA152A;}
