/* HANDY STYLE GUIDE NOTES
body			= overall content, use for text within main content column
h1				= header, orange, show title    
h2				= italic text, orange     
h3             = italic text, grey 
h4				= footer, last updated     */
  
  
  
  body, table, td, th {padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;	
  font-size: 10px;
  line-height:14px;
  font-weight:170;
  color: #666666;
}

.article	{

		font-family: georgia, serif;
		font-size:11px;
		color: black;
		}


h1   {
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12pt;
margin-left: 2%;
color: #333333;
}


h2 {
padding:0px;
font-size:10.5px;
font-family: verdana, arial, helvetica, sans-serif;
color:#333333;
margin-left: 2%;
}


h3 {
padding:0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size:10px;
color:#669966;
margin-left: 2%;
}

h4 {
padding:0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
text-align: center;
}


h5   {
padding: 0px;
font-family: times, serif;
font-size: 13pt;
font-weight:200;
font-style: italic;
color: #669966;
}

h6   {
padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;	
  font-size: 10.5px;
  line-height:17px;
  font-weight: 200;
  text-align: left;
    margin-right: 2%;
  color: #666666;
}

h7   {
padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;	
  font-size: 10px;
  line-height:12px;
  font-weight: 200;
  text-align: left;
    margin-right: 2%;
  color: #666666;
}

A:link {
color: #CC6633;
text-decoration: none;
}

A:visited {
color: #CC6633;
text-decoration: none;
}

A:hover {
color:#999999;
text-decoration: none;
}





