
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/bg.jpg);
}

H1 {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: 700;
	font-size: 13px;
	/*color:#9EA5FF;*/
	color:#003ADF;
	padding-bottom: 0px;
	margin-left: 21px;
	margin-bottom: 0px;
	}
	
H2 {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: Normal;
	font-size: 12px;
	/*color:#9EA5FF;*/
	color:#003ADF;
	padding-bottom: 0px;
	margin-left: 21px;
	margin-bottom: 0px;
	}	
	
	
H3 { /* WHITE BOLD TITLE */
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: 700;
	font-size: 13px;
	color:#FFFFFF;
	/*padding-bottom: 0px;
	margin-left: 21px;
	margin-bottom: 0px;*/
	}	

/* P {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: 400;
	font-size: 11px;
	color:#003ADF;
	padding-top: 0px;
	margin-left: 21px;
	margin-top: 0px;*/ /* this is what really makes it jump to H1 */
/*	}	*/
	
 .contenttable {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: 400;
	font-size: 11px;
	color:#003ADF;
	padding-top: 0px;
	margin-left: 21px;
	margin-top: 0px; /* this is what really makes it jump to H1 */
	}		

 .lightblue {

	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: 400;
	font-size: 11px;
	color:#9EA5FF;
 }
 
  .lightbluebold {

	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: 700;
	font-size: 11px;
	color:#9EA5FF;
 } 

  .quotes {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: 700;
	font-size: 9px;
	color:#003ADF;
	}	
 
   .quotebyline {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: 700;
	font-size: 9px;
	color:#9EA5FF;
	}	

P {
	margin-top: 0px;
	}

 .paragraph {/*was P, but was causing problems with formatting elsewhere as such */
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: 400;
	font-size: 11px;
	color:#003ADF;
	padding-top: 0px;
	margin-left: 21px;
	margin-top: 0px; /* this is what really makes it jump to H1 */
	}	
	
TD {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: 400;
	font-size: 11px;
	color:#003ADF;
	/*color:#9EA5FF;*/
	}		

.standardtext {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-size: 11px;
	color:#003ADF;
	}
	
.boldtext {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: bold;
	font-size: 11px;
	color:#003ADF;
	}	
	
.whitetitle {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	}		

.copyright {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-size: 11px;
	color:#FFFFFF;
	
	}

.copyright A {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-size: 11px;
	color:#FFFFFF;
	}
	
.copyright A:HOVER {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-size: 11px;
	color:#9EA5FF;
	}
	
.copyright A:VISITED {
	font-family: "Lucida Grande Regular", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans;
	font-size: 11px;
	color:#CCCCCC;
	}