/* CSS Document */

	
body {
    margin:0; 
    padding: 0; 
    font-family: Arial,  Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color: #33333;
	}

td, th {
	font-family:normal 80% Arial, Verdana,  Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}


a { color: #0066cc; text-decoration: underline; cursor:pointer; }
a:active, a:hover { color: #7c0e01; text-decoration: underline !important; }
a img { border-style: none; }
.cb { clear: both; }



h1, h2, h3, h4, h5 { font-weight: bold; color: #22394b; }
	h1 { font-size: 140%; color: #666; margin-bottom: 10px; text-indent: -5px; }
	h2 { font-size: 125%; color: #22394b; margin-bottom: 0; }
	h3 { font-size: 110%; color:  #7c0e01; margin-bottom: 0; }
    h4, h5 { font-size: 100%; color: #000; }
	h6 { font-size: 125%; color:  #7c0e01; margin-bottom: 0; }


p, ul { margin-top: 10px; margin-bottom: 10px; }

ul { list-style-image: url('/design/bullet_navy.gif'); }

li { margin-bottom: 3px; }



