body {
	color: #666;
	font-size: 12px;
	font-family: Helvetica;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
	
.title {
	color: #026b5f;
	font-size: 22px;
	font-family: Helvetica;
	line-height: 22px;
	background-color: #fff;
}

.subtitle {
	color: #026b5f;
	font-size: 17px;
	font-family: Helvetica;
	line-height: normal;
	background-color: #fff;
	margin-bottom: 4px;
}

.subtitle2 {
	color: #026b5f;
	font-size: 15px;
	font-family: Helvetica;
	line-height: normal;
	background-color: #fff;
	margin-bottom: 4px;
}

.new {
	color: #666;
	font-size: 11px;
	font-family: Helvetica;
	line-height: 13px;
	background-color: #fff;
}

.footer {
	color: #444;
	font-size: 11px;
	font-family: Helvetica;
	line-height: 16px;
}

#footer a {
	color: #444;
	font-size: 11px;
	font-family: Helvetica;
	text-decoration: none;
}

#footer a:hover {
	color: #444;
	font-size: 11px;
	font-family: Helvetica;
	text-decoration: underline;
}

.stroke {
	border: solid 1px #666;
	line-height: 0px;
}

.titleline {
	border-top: 1px solid #919191;
	margin-bottom: -5px;
	padding: 0;
}

.bodyline {
	border-bottom: 1px solid #919191;
	margin-bottom: -10px;
	padding: 0;
}

.bodyline2 {
	border-bottom: 1px solid #919191;
	margin-bottom: 5px;
	padding: 0;
}

.frame { padding: 5px; border: solid 1px #b8b8b8; }

a:link {color: #01655a; text-decoration: none;}     /* unvisited link */
a:visited {color: #01655a; text-decoration: none;}  /* visited link */
a:hover {color: #01655a; text-decoration: underline;}   /* mouse over link */
a:active {color: #01655a; text-decoration: underline;}   /* selected link */ 

.hor_rule_box {
	margin: 1px;
}

.img_spacing {
	padding: 3px;
}

img.floatright { 
    float: right; 
    margin: 4px 0px 0px 40px;
	padding: 3px; 
}

sup,sub {	height: 0;	line-height: 1;	vertical-align: baseline;	_vertical-align: bottom;	position: relative;	}

sup {	bottom: 1ex;}sub {	top: .5ex;}