body {
	margin:0;
	background-color: #F7F5EE;
	}
	
body, p, .font6, .font7, .font8, .font9, .font10, .font11, .font12, .navHeader, .alert {
	font-family: 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: #903419;
    }
    
a {
    text-decoration: none;
    color: #3F5D7E;
    }
	
.font6 {
    font-size: 6pt;
    }
	
.font7 {
    font-size: 7pt;
    }
	
.font8 {
    font-size: 8pt;
    }
    
.font9 {
    font-size: 9pt;
    }
    
.font10 {
    font-size: 10pt;
    }
    
.font12 {
    font-size: 12pt;
    }
	
.alert {
	color: #990000;
	font-size: 8pt;
	}
	
.black {
	color: #000;
	}
		
.white {
	color: #FFF;
	}
	
.colorA {
	color: #3F5D7E;
	}
	
.colorB {
	color: #903419;
	}
	
.red {
	color: #990000;
	}
	
.ltGrey {
	color:#999999;
	}
	
.bgA {
	background-color: #3F5D7E;
	}
	
.bgB {
	background-color: #903419;
	}	
	
.bgC {
	background-color: #DCD5BB;
	}
	
.bgWhite {
	background-color: #FFF;
	}	
	
.bgError {
	background-color: #FFFFCC;
	}
