﻿.bodytext{
	font-family: arial;
	font-size: 9pt;
	color: black;
}

.bodytext a{
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	color: #009933;
}

.bodytext a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #ccff99;
}


.navigation {
	border: 1px solid #000080;
}


.navigation a{
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	color: navy;
}

.navigation a:hover{
text-decoration: underline;
color: #006699;
}


.heading{
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #333366;
}


.footer{
	font-family: arial;
	font-size: 9pt;
	color: black;
}

.footer a{
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	color: #333366;
}

.footer a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #006699;
}