h1, h2, h3, h4, h5, h6 {
	color: #249;
	margin-bottom: .5em;
	padding-bottom: 0;
}

h1 {
	font-size: 20px;
}

#content h1 a, #content h1 a:link, #content h1 a:visited, #content h1 a:focus, #content h1 a:hover, #content h1 a:active {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #249;
}

#content h1 a:link, #content h1 a:visited {
	text-decoration: none;
}

#content h1 a:focus, #content h1 a:hover {
	text-decoration: underline;
}

#content h1 a:active {
	text-decoration: none;
}


h2 {
	font-size: 18px;
}

#content h2 a, #content h2 a:link, #content h2 a:visited, #content h2 a:focus, #content h2 a:hover, #content h2 a:active {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #249;
}

#content h2 a:link, #content h2 a:visited {
	text-decoration: none;
}

#content h2 a:focus, #content h2 a:hover {
	text-decoration: underline;
}

#content h2 a:active {
	text-decoration: none;
}

h3 {
	font-size: 16px;
}

#content h3 a, #content h3 a:link, #content h3 a:visited, #content h3 a:focus, #content h3 a:hover, #content h3 a:active {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #249;
}

#content h3 a:link, #content h3 a:visited {
	text-decoration: none;
}

#content h3 a:focus, #content h3 a:hover {
	text-decoration: underline;
}

#content h3 a:active {
	text-decoration: none;
}




h4 {
	font-size: 14px;
}

#content h4 a, #content h4 a:link, #content h4 a:visited, #content h4 a:focus, #content h4 a:hover, #content h4 a:active {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #249;
}

#content h4 a:link, #content h4 a:visited {
	text-decoration: none;
}

#content h4 a:focus, #content h4 a:hover {
	text-decoration: underline;
}

#content h4 a:active {
	text-decoration: none;
}





h5 {
	font-size: 13px;
}

#content h5 a, #content h5 a:link, #content h5 a:visited, #content h5 a:focus, #content h5 a:hover, #content h5 a:active {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #249;
}

#content h5 a:link, #content h5 a:visited {
	text-decoration: none;
}

#content h5 a:focus, #content h5 a:hover {
	text-decoration: underline;
}

#content h5 a:active {
	text-decoration: none;
}

h6 {
	font-size: 12px;
}

#content h6 a, #content h6 a:link, #content h6 a:visited, #content h6 a:focus, #content h6 a:hover, #content h6 a:active {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #249;
}

#content h6 a:link, #content h6 a:visited {
	text-decoration: none;
}

#content h6 a:focus, #content h6 a:hover {
	text-decoration: underline;
}

#content h6 a:active {
	text-decoration: none;
}



img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.blue {
	color: #249;
}

ul {
	list-style-position: inside;
}

#content ul {
	list-style-position: outside;
}

#content a:link,  #content a:visited {
	color: #249;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#content a:focus,  #content a:hover {
	color: #249;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#content a:active {
	color: #249;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#content a img, #content a:link img, #content a:visit img, #content a:focus img, #content a:hover img, #content a:active img {
	border: none;
}

dl.faq dt {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
