﻿
/* Set body style for all standard text */


a.highlightblack{
	font-weight: bold;
	color: #000000;	
	font-family:verdana;
	font-size: 105%;
}

a.highlightblue{
	font-weight: bold;
	color: #5e87b5;	
	font-family:verdana;
	font-size: 105%;
}

a.highlightgrey{
	font-weight: bold;
	color: #666666;	
	font-family:verdana;
	font-size: 105%;
}

a.plaintext{

	color: #5e87b5; 
	text-decoration: none;
}


p { 
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: .5em;
	margin-top: 0em;
	margin: 0; 
	padding: 0; 
	font-family:verdana;
	font-size: 70%;
	line-height: 1.5;
	color:#333333;
} 

p.header {
	color:#333333;
	margin-bottom: .75em;
	margin-top: 0em;

}

p.lead {
	color:#333333;
	margin-bottom: 1em;
	margin-top: 0em;
}


p.text {
	color:#333333;
	margin-bottom: 1em;
	margin-top: 0em;
}


/* set styles for links in text */



a:link {
	color: #5e87b5;
	text-decoration: underline;
}

a:active {
	color: #5e87b5; 
	text-decoration: underline; 
}

a:visited {
	color: #5e87b5; 
	text-decoration: underline; 
}

a:hover {
	color: #5e87b5; 
	text-decoration: none;
}



