@CHARSET "ISO-8859-1";

#content {
	font-size: 12px;
	line-height: 17px;
	color: #000;
}

#content p {
	margin-top: 5px;
	margin-bottom: 55px;
}

#content p.ft {
	margin-top: 5px;
	margin-bottom: 3px;
	font-weight: normal;
}

#content p.ft2 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: normal;
}

#content p.ft3 {
	margin-top: 5px;
	margin-bottom: 25px;
}

#content p.ft4 {
	margin-top: 20px;
	margin-bottom: 25px;
}

#content p.ft5 {
	margin-top: 20px;
	margin-bottom: 10px;
}


#content .intro {
	padding-left: 15px;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 35px;
}

h2#intro {
	font-size: 13px ! important;
	display: inline ! important;
	padding: 15px 0px 0px 0px ! important;
	background-color: transparent ! important;
}

#content .quote {
	font-style: italic;
}

#content .gb {
	border: 1px solid #c7c7c7;
}

#content img {
	border: none;
}

#content h1 {
	display: block;
	font-size: 22px;
	line-height: 26px;
}

#content h2 {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 8px;
	display: block;
	/*background-color: #e0f1f2;*/
	background-color: #b0d8da;
}

#content h3 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content a {
	color: #075659;
	text-decoration: none;
	/*background-color: #e9e9e9;*/
	background-color: #fff;
	padding: 1px;
}

#content a:hover {
	color: #246769;
	text-decoration: none;
	background-color: #e9e9e9;
	border-bottom: 1px solid #737373;
}