BODY{
	font-size: 13px; 
	font-family: arial;
}

P, TD, TABLE,DIV, SPAN{
	font-family: arial; 
	font-size: 13px;
}
A{
	color: maroon;
	text-decoration: underline;
}
A:visited{
	color: blue;
	text-decoration: none;	 
}
A:hover{
	color: blue;
	text-decoration: underline;
}
A:active {
	color: maroon;
}
A:link{
	color: maroon;
	text-decoration: underline;
}

.leftNav{
	color : white;
	font-size: 14px;
	padding-left:5px;
}

.leftNav A{
	color: white;
	text-decoration: underline; 
}
.leftNav A:active { 
	color: white; 
}
.leftNav A:link{
	color: white;
	text-decoration: underline; 
}
.leftNav A:visited{
	color: Silver;
	text-decoration: none; 
}
.leftNav A:hover{
	color: blue;
	text-decoration: none; 
	background-color: white;	
}

.leftNavHeader{
    color: white; 
	font-weight: bold;
}
