/* CSS Document */

body {  
	background-image: url(images/backgrnd.gif); 
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #336666;
	text-decoration: none
}

h1 {
	font-size: 14px;
	color: #3F5361;
	font-weight: normal;
	margin-top:10px;
    margin-bottom:2px;

}


h2 {
	font-size: 11px;
	font-weight: bold;
	color: #00573D;
	margin-top:10px;
    margin-bottom:-1px;

}

.main {  
	font-size: 11px;  
	line-height: 14pt;
}


.text {  
	font-size: 9px;  
	line-height: 12pt
}


/*Links*/


a:link {
	color: #339966;
	text-decoration: underline;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}


a:visited {
	color: #993300;
	text-decoration: underline;
}





/*footer link text*/
a.footerlink:link { 
	font-size: 10px; 
	color: #3F5361; 
	text-decoration: none; 


}

a.footerlink:hover { 
	font-size: 10px;
	color: #3F5361;  
	text-decoration: underline;
 
}

a.footerlink:visited { 
	font-size: 10px; 
	color: #00573D; 
	text-decoration: none;

}

.subheading {
	color: #00573D;
	font-weight:bold;
}


.smallprint {
	font-size: 9px;
	line-height: 12px;
}

