
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body { 
font:75%/1.4em Arial, Verdana, Helvetica, sans-serif,"Trebuchet MS" ;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
 }
a { color: #035292; text-decoration: none; }
a:hover { text-decoration: underline; }

a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
blockquote { padding-left:1.5em; margin: 1.5em; border-left:3px solid #ccc; font-style:italic;  }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }

.height10px { height:10px;}
.height20px { height:20px;}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,h2{
	font-weight:normal;
	color: #333;
	letter-spacing: 1px;
	word-spacing:0.1em;
	padding-left:5px;
	line-height:1.2em;
	text-transform: uppercase;
	
}
h3,h4,h5,h6 { font-weight: normal; color: #333; line-height:1.1em;}

.green  {
	font-size: 1.2em;
	padding:0 0 7px 4px;
	line-height:1em;
	color:#006600;
	word-spacing:0.1em;
	}
.subtitle {
	font-size: .9em;
	line-height:1em;
	color:#333;
	
	}
h1 { font-size: 1.2em;padding-bottom: 5px; }
h2 { font-size: 1em;padding-bottom: 7px;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em;}
h5{ font-size: 1.0em; }

h6{ font-size: .9em;
	border-bottom:1px solid #ADADAD; 
	padding-bottom:3px; 
	margin-bottom:3px; 
	font-weight:bold; }
h6 img { padding-right:5px;}