/* CSS Document */

<style type="text/css">
<!--
body {
	font-family: Arial, Helvetica, sans-serif;
}
.bodytext, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.normalish {

	font-size: 14px;
}
.articletext {
	font-size: 14px;
	line-height: 140%;	
		text-align: justify;
}
.reditalic {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.small {

	font-size: 9px;
}

.medium {

	font-size: 12px;
}

.big {

	font-size: 18px;
}

.xbig {

	font-size: 24px;
}
.expanded {
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}




.whitebigger {color: #FFFFFF; font-size: 16px; }

.whitenormal {
	color: #FFFFFF;
	font-size: 12px;
	}
	
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #716F9E;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}
.header2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}
.header3 {
	font-size: 15px;
	font-weight: bold;
	color: #85C184;
}
.header4 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
}
.boldlink {
color: #FF9933;
text-decoration: underline;
	font-size: 16px;
	font-weight: bold;

}
a.boldlink:link{
color: #FF9933;
text-decoration: underline;
}

a.boldlink:visited{
color: #FF9933;
text-decoration: underline;
}
a.boldlink:hover{
color: #FF9933;
text-decoration: underline;
}
a.boldlink:active{
color: #FF9933;
	text-decoration: none;
}

-->
</style>