.normaltext
{
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}
.normalboldtext
{
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
}
.normalitalictext
{
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
	font-style: italic
}
.smallgreytext
{
	font-size: 8pt;
	font-family: Arial;
	color: #666666;
}
.smallwhitetext
{
	font-size: 8pt;
	font-family: Arial;
	color: #FFFFFF;
}
.headerlink
{
	font-size: 8pt;
	font-family: Arial;
	color: #FFFFFF;
}
.headerlink:hover
{
	font-size: 8pt;
	font-family: Arial;
	color: #FFFF66;
	text-decoration: underline;
}
.footnote
{
	font-size: 8pt;
	font-family: Arial;
	color: #666666;
}
.contentlink
{
	font-size: 10pt;
	font-family: Arial;
	color: #1A6741;
}
.footerlink
{
	font-family: Arial;
	font-size: 8pt;
	color: #666666;	
	text-decoration: none;
}
.footerlink:Hover
{
	font-family: Arial;
	font-size: 8pt;
	color: #666666;	
	text-decoration: underline;
}
.footercelllink
{
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;	
	text-decoration: none;
}
.footercelllink:Hover
{
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;	
	text-decoration: underline;
}
.darkgreenbg
{
	background-color: #1A6741;
}
.whitebg
{
	background-color: #FFFFFF;
}
.blackbg
{
	background-color: #000000;
}
.topnavcell
{
	background-color: #c0c0c0;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}
.topnavcellhover
{
	background-color: #000000;
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	cursor:pointer;
}