html {
height: 100%;
}

body {
height: 100%;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
	margin:0;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 0px 9px 0px;
	margin:0;
	}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.mainTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
}
.mainTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.mainTextBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C61221;
}
.mainTextBoldGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #669933;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.Head {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #666666;
}
.subNavSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #294B37;
}
.subNavSM a:link 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #669933;
text-decoration: none; 
}
.subNavSM a:active  
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #669933;
text-decoration: underline;  
}  
.subNavSM a:visited  
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #669933;
text-decoration: none;  
}  
.subNavSM a:hover  
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #669933;
text-decoration: underline;   
}
.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #294B37;
}
.subNav a:link 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #294B37;
text-decoration: none; 
}
.subNav a:active  
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #294B37;
text-decoration: underline;  
}  
.subNav a:visited  
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #294B37;
text-decoration: none;  
}  
.subNav a:hover  
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #669933;
text-decoration: underline;   
}
a:link {
	font-weight: normal;
	color:#669933;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color:#669933;
	text-decoration: underline;
}
a:active { 
	font-weight: normal;
	color:#669933;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color:#006600;
	text-decoration: none;
}

