/* CSS Document */

.bodytext{
	font-family: arial;
	font-size: 9pt;
	color: #333333;
}

.bodytext a{
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	color: #E08D00;
}

.bodytext a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #FFC959;
}


.navigation a{
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #ffcc99;
}

.navigation a:hover{
text-decoration: none;
font-weight: bold;
color: white;
}


.footertext{
	font-family: arial;
	font-size: 8pt;
	font-weight: none;
	color: #333333;
}

.footertext a{
	font-family: arial;
	font-size: 7pt;
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

.footertext a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}


.heading{
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}