
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

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:bold;
	color: #616033;
	letter-spacing: 1px;
	word-spacing:0.1em;
	padding-bottom:2px;
	line-height:1.2em;
	text-transform: uppercase;
	border-bottom:1px solid  #CACACA;
	font-weight:bold;
	
}
h3 { 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; }





#content_white p 
{font-family: arial;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 13px;
line-height: 20px;
font-size-adjust: none;
font-stretch: normal;
-x-system-font: none;}

#content_white h1{
font-family: georgia;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 24px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
-x-system-font: none;
margin-top: 40px;
margin-right: 0pt;
margin-bottom: 13px;
margin-left: 0pt;
}

