﻿A.MainNavLinks:link	{	
	text-decoration:	none;
	border: none; 
	color:	white;
	}	
		
A.MainNavLinks:visited	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.MainNavLinks:active	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.MainNavLinks:hover	{	
	text-decoration:	underline;
	color:	white;
	}

A:link	{	
	text-decoration:	none;
	color:	Blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	Blue;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	Red;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	blue;
	}
	
.SideBackgroundColor {
	background-color: #000099;
	width: 50%
}
.SideBackgroundFade {
	width: 50%;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#000099', gradientType='0');
}
.BackgroundColor {
	background-color: #000099;
	width: 50%
}

.MainNav {
width: 815px; 
	border-bottom-color: #000000; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-top-color: #FFFFFF; 
	border-top-style: solid; 
	border-top-width: 1px;
	border-right-color: #FFFFFF; 
	border-right-style: dotted; 
	border-right-width: 1px;
	border-left-color: #FFFFFF; 
	border-left-style: dotted; 
	border-left-width: 1px;
	background-color: #000099;
	width: 815px;
	background-color: #3366CC;
}
.NormalText_10pt {
	font-family: Verdana;
	font-size: small;
}

.White {
	color: #FFFFFF;
}
