body {
	margin:0;
	}
	
body, p, .font6, .font7, .font8, .font9, .font10, .font11, .font12, .navHeader, .alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
p {
	font-size: 10pt;
	}
	
ol, ul, li {
	margin-top: 0.5;
	font-size: 10pt;
	}
	
.bold {
	font-weight: 700;
	}
	
.underline {
	text-decoration: underline;
	}
	
.italics {
	font-style: italic;
	}
    
a:hover {
    text-decoration: underline;
    color: #990000;
    }
    
a {
    text-decoration: none;
    color: #000099;
    }
	
.font6 {
    font-size: 6pt;
    }
	
.font7 {
    font-size: 7pt;
    }
	
.font8 {
    font-size: 8pt;
    }
    
.font9 {
    font-size: 9pt;
    }
    
.font10 {
    font-size: 10pt;
    }
	
.alert {
	color: #990000;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.black {
	color: #000;
	}
	
.colorA {
	color: #86856B;
	}
	
.colorC {
	color: #FFF8E5;
	}
	
.red {
	color: #990000;
	}
	
.ltGrey {
	color:#999999;
	}
	
.bgA {
	background-color: #A09F80;
	}
	
.bgB {
	background-color: #E0D2B9;
	}
	
.bgC {
	background-color: #FFF8E5;
	}
	
.bgError {
	background-color: #FFFFCC;
	}
	
.styleHeader {
	/*color: #A09F80;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: 700;
	}
	
.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 700;
	line-height: 150%;
	color: #000;
	}
	
.navTextOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 700;
	line-height: 150%;
    text-decoration: underline;
	}
	