/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!

Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/
body {
	scrollbar-3d-light-color : #a8b3e4;
	scrollbar-arrow-color : #a8b3e4;
	scrollbar-base-color : #373c71;
	scrollbar-dark-shadow-color : #a8b3e4;
	scrollbar-face-color : #373c71;
	scrollbar-highlight-color : #a8b3e4;
	scrollbar-shadow-color : #a8b3e4;
	font-family: tahoma, helvetica, sans-serif;
	font-size :10px;
}


A:link {
	text-decoration: underline;
}

 A:visited {
	text-decoration: underline;
	}

A:hover {
	text-decoration: underline;
}
A:active {
	text-decoration: underline;
}
 
/* _______________ top header _______________ */

.top {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}

.top a:link {
	color: #ffffff;
	text-decoration: none;
	}

.top a:visited
{
	color:#ffffff;
	text-decoration: none;
}	
.top a:hover
{
	color: #a8b3e4;
	text-decoration: underline
}

.top a:active {
	color: #a8b3e4;
	text-decoration: underline;
	}

	
/* _______________left nav_________________ */

.leftnav {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	}

.leftnav a:link
 {
	color: #ffffff;
	text-decoration: none;
	}

.leftnav a:visited
{
	color:#ffffff;
	text-decoration: none;
}	

.leftnav a:hover {
	color: #a8b3e4;
	text-decoration: underline;
	}
	
.leftnav a:active {
	color: #a8b3e4;
	text-decoration: underline;
	}
	

	

