

/* DEFAULT BODY PROPERTIES */ 
html, body {
	margin-top:20px
	text-align:left;
	font-family: Georgia, Garamond, serif ;
	font-size: 0.92em;
	color:#222;
}

hr {
	height: 1px;
	color: #009CA4;
}

/* DEFAULT HEADLINE PROPERTIES */
h1 {
	font-size:220%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	color: #333333
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin-top:0px;
}

h3 {
	font-size:98%;
	margin-top:0px;
	margin-bottom:0px;
}

#faqText h3 {
	margin-top:5px;
}

h4 {
	font-size:100%;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:0px;
}

a, a:visited {
	color: #333;
}
/*
a:hover {
	text-decoration:underline;
}*/




/* clearfix fixes height on inner divs */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

