@charset "UTF-8";
/* CSS Document */



a {
	text-decoration:underline; 
	color:#3663ad;
}
	
a:hover {
	text-decoration:none; 
	color: #3663ad;
}
		
	
a.secondary {
	text-decoration:none; 
	color:#666666;
	
}


a:hover.secondary {
	text-decoration:underline; 
	color:#666666;
	
}


.secondary a {
	text-decoration:underline; 
	
}

a.third {
	text-decoration:none; 
	color:#b0b0b0;
	
}


a:hover.third {
	text-decoration:underline; 
	color:#b0b0b0;
	
}


.third a {
	text-decoration:none; 
	
}


a.fourth {
	text-decoration:underline; 
	
	
}


a:hover.fourth {
	text-decoration:none; 
	color: #3663ad;
	
	
}


.fourth a {
	text-decoration:underline; 
	
}

a.fifth {
	text-decoration:underline; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	
}


a:hover.fifth {
	text-decoration:none; 
	color: #3663ad;
	
	
}


.fifth a {
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}





.credit {
	
	color: #b0b0b0;
	
}

.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #333333;
	line-height: 1.6em;
}

.bodysmall {
	font-size: 0.8em;
}

.getflash {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.5em;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.60em;
	color: #333333;
	line-height: 1.6em;
}


.sidenav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.70em;
	color: #666666;
	line-height: 1.6em;
}

.superscript {
	
	color: #FF0000;
	
}


.small {
	
	color: #777777;
}



h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight:normal;
	color: #000000;
	line-height: 1.3em;
	margin-top:0px;
}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	font-weight:normal;
	color: #666666;
	line-height: 1.7em;
	margin-top:0px;
	font-style: italic;
}

blockquote { 
	
	margin-left: 2.5em;
}