body {
	margin:0;
	}
	
body, p, .font6, .font7, .font8, .font9, .font10, .font11, .font12, .navHeader, .alert, a {
	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 {
    color: #660000;
    }
    
a:hover {
    color: #00547B;
    }
    
a.nav:hover {
    color: #000000;
    text-decoration: underline;
    }
	
a.nav {
	font-weight: 700;
    font-size: 10pt;
    text-decoration: none;
	}	
	
a.navOn {
	font-weight: 700;
    font-size: 10pt;
    text-decoration: underline;
    color: #000000;
	}
	
.font6 {
    font-size: 6pt;
    }
	
.font7 {
    font-size: 7pt;
    }
	
.font8 {
    font-size: 8pt;
    }
    
.font9 {
    font-size: 9pt;
    }
    
.font10 {
    font-size: 10pt;
    }
    
.font12 {
    font-size: 12pt;
    }
    
.font14 {
    font-size: 14pt;
    }
	
.alert {
	color: #990000;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.black {
	color: #000;
	}
	
.white {
	color: #FFF;
	}
	
.colorA {
	color: #660000;
	}
	
.ltGrey {
	color:#999999;
	}
	
.bgA {
	background-color: #660000;
	}
	
.bgALight {
	background-color: #CC0000;
	}
	
.bgBlack {
	background-color: #000000;
	}
	
.bgWhite {
	background-color: #FFFFFF;
	}