﻿body
{
	font-size: 10pt;
	font-family: Arial;
	color: #2f4c30;
}
a
{
	text-decoration: underline;	
	border: 0;
}
a:hover
{
	text-decoration: underline;	
}
.tinytext
{
    font-size: 8pt;    
}
.smalltext
{
	font-size: 9pt;	
}
.smalltext_bold
{
    font-size: 9pt;
    font-weight: bold;    
}
.smalllink
{
	font-size: 9pt;
	color: Black;
}
.smalllink_bold
{
    font-size: 9pt;
    color: Black;
    font-weight: bold;
    }
.maintext
{
	font-size: 10pt;
	color: #2f4c30;	
}
.maintext_bold
{
    font-size: 10pt;
    color: #2f4c30;
    font-weight: bold;    
}
.mainlink
{
	font-size: 11pt;
	color: #2f4c30;	
}
.mainlink_bold
{
    font-size: 11pt;
	color: #2f4c30;	
	font-weight: bold;
}
.highlighttext
{
	font-size: 11pt;
	color: Purple;
	font-family: Georgia;	
}
.whitetext
{
    font-size: 11pt;
    color: White;
    font-family: Georgia;    
}
.linkspacer
{
	margin-right: 1px;
}
.footerlink
{
	font-size: 10pt;
	color: Black;	
}
.footertext
{
	font-size: 10pt;	
}
.titletext
{
	font-family: Georgia, Verdana, Sans-Serif;
	font-size: 20pt;
	color: #55441b;	
}
.headertext
{
	font-family: Georgia, Verdana, Sans-Serif;
	font-size: 16pt;
	color: Black;	
}
.errormsg
{
    font-family: Georgia, Verdana, Sans-Serif;
    font-size: 10pt;
    color: Red;    
}
.hidden { display: none; }
.unhidden { display: block; }
