body{
	background-image:url(../assets/images/bg.png);
	background-repeat:repeat;
	background-color:#003366;
	font-family:Geneva, Verdana, sans-serif
	font-family: Helvetica, sans-serif;
    line-height: 16px;		/*set the leading 2-5pt larger than the type size*/	
}

/*This is to emphansis something.  Use only one though at a time*/
/*
span {  
    font-style: italic;  
}  
h1 {  
    font-weight: bold;  
}  
h2 {  
    text-transform: uppercase;  
}    
b {  
    font-variant: small-caps;  
}
*/
span {  
    font-style: italic;  
}  
/*End of emphansis*/


a:focus{outline:1px dotted invert}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0;}


/*SCALE: 6, 7, 8, 9, 10, 11 , 12, 14, 16, 18, 21, 24, 36, 48, 60, 72*/
h1{font-size:18px; color:#139e57;}
h2{font-size:16px; color:#139e57;}
h3{font-size:14px; color:#139e57;}
h4{font-size:12px; color:#139e57;}
h5{font-size:12px; color:#139e57;}
h6{font-size:12px; color:#139e57;}
p {font-size:11px; color:#333; text-indent: 10px; margin-top:13px;}

/*List styling*/
ol{list-style:decimal;}
ul{list-style:square;}
li{margin-left:30px;}
/*End List styling*/

