body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 2em;
}

a {
	color: #00529b;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	color: #00529b;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	color: #5d713a;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #00529b;
	text-decoration: underline;
	font-weight:bold;
}

hr { border: 0; color: #00529b; background-color: #00529b; height: 1px; }


/*|Body Black*/
.bodycopy    { 
	color: black;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
/*|Body Blue*/
.bodycopyBlue { 
	color: #00529b; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
/*|Body Green*/
.bodycopyGreen { 
	color: #b4cd95; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/*|Small Black*/
.smalltext    { 
	color: black; 
	font-size: 80%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*|Small Blue*/
.smalltextBlue { 
	color: #00529b; 
	font-size: 80%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*|Small Green*/
.smalltextGreen { 
	color: #b4cd95; 
	font-size: 80%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/*|Headline Black*/
.headlineBlack { 
	color: black; 
	font-size: 140%; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
/*|Headline Blue*/
.headline { 
	color: #00529b; 
	font-size: 140%; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
/*|Headline Green*/
.headlineGreen  { 
	color: #b4cd95; 
	font-size: 140%; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

/*|Headline Large Black*/
.headlineLargeBlack { 
	color: black; 
	font-size: 160%; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
/*|Headline Large Blue*/
.headlineLargeBlue  { 
	color: #00529b;
	font-size: 160%; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
/*|Headline Large Green*/
.headlineLargeGreen  { 
	color: #b4cd95; 
	font-size: 160%; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

/*|*/