/* CSS Document */

@charset "iso-8859-1";
/* CSS Document */


.mainheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

.secondaryheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
.secondaryheadline a:link, .secondaryheadline a:visited{
	text-decoration: none; color: #0000FF
}
.secondaryheadline a:hover{
	text-decoration: underline; color: #0000FF
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.bodytext a:link, .bodytext a:visited{
	text-decoration: none; color: #0000FF
}
.bodytext a:hover{
	text-decoration: underline; color: #0000FF
}
.smallheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}
.smallheader a:link, .smallheader a:visited{
	text-decoration: none; color: #FF0000
}
.smallheader a:hover{
	text-decoration: underline; color: #FF0000
}
