@charset "utf-8";
/* CSS Document */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, option, blockquote, pre, form,  abbr, acronym, address, code, del, dfn, em,  q, dl, dt, dd, ol, ul, li, fieldset,  label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align: baseline;
}
:focus {
	outline:0 none;
}
body {
	line-height:1.444em;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
button {
	cursor:pointer;
}
a img {
	border:medium none;
}




body {
	font-weight:normal; 
	font-style:normal;
}




h2, h3, h5, h6 {
	font-weight:bold;
	line-height:normal;	
}


h1 {
	font-size:2.2em;
	letter-spacing: -1.4px;
	margin-bottom:0.2em;
	/*font-family:Arial, Helvetica, sans-serif;	*/
	font-family: 'Open Sans', sans-serif; 
}



h2 {
	font-size:1.7em;
	letter-spacing: -1px;
	margin-bottom:0.1em;
}


h3 {
	font-size:1.3em;
	margin-bottom:0.7em;
}



h4 {
	font-size:1.35em;
	margin-bottom:0.2em;
	line-height:24px;
	color: #695b00;
	font-family:Arial;
}


h5 {
	font-size:1.25em;
	margin-bottom:0.5em;
	font-weight:normal;
}


h6 {
	font-size:1em;
	margin-bottom:0.5em;
}


h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

p {
	margin:0 0 0.5em;
}


/*p img {
	float:left;
	margin:1px 10px 5px 0;
	padding:0;
}*/

a {
	/*color:#0194f2;*/
	color:#5d6a05;
	text-decoration: underline;
}

a:visited, a:active {
	text-decoration: underline;
}


a:hover {
	text-decoration:none;
}


hr {
	background-color:#DFDFDF;
	border:medium none;
	color:#DFDFDF;
	height:1px;
	margin:2em 0;
	width:100%;
}

* html hr {
	margin:1em 0;
}
* + html hr {
	margin:1em 0;
}


strong, b {
	font-weight:bold;
}


em {
	font-style:italic;
}


abbr, acronym {
	border-bottom:1px dotted #666666;
}

address {
	font-style:italic;
	margin:0 0 1.5em;
}

pre, code {
margin:1.5em 0;
white-space:pre;
}

pre, code, tt {
font:1em/1.5em 'Andale Mono','Lucida Console',monospace;
}


ul {
	margin:0 0 0 17px;
}
ol {
	list-style-position:inside;
}
dl {
	margin:0 0 1.5em;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	border:0px solid #DCDCDC;
	margin-bottom:1em;
}
thead td, th {
	
}
thead td {

}
th, td {
	padding:0.3em 10px 0.3em 5px;
	vertical-align:top;
}
tfoot {
	font-style:italic;
}
caption {
	color:#000000;
	font-weight:bold;
	margin-bottom:0.2em;
	padding-left:5px;
}
input, button, select,  textarea {
	color:#545454;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}

button {
	background-color:#484747;
	border:1px solid #111111;
	color:#323232;
	cursor:pointer;
	margin:1px;
	outline:1px solid #CFCFCF;
}

button:active {
	color:#FFFFFF;
}

optgroup {
	color:#636363;
	font-style:normal;
	font-weight:bold;
}

textarea {
	max-width:650px;
}
