body, td {
	font-family: arial;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
}
p {
	margin-top: 15px;
}
.maincol h1, .right h2, .right h3 {
	font-size: 20px;
	font-family:inherit;
	margin: 0;
	color: #002395;
	font-weight: normal;
}
.maincol h2 {
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #69BE28;

}

.maincol h3 {
	margin-top: 15px;
	font-weight: bold;
	color: #69BE28;
}
.maincol .contentheading, .maincol .componentheading {
	display:none;
}
a {
	color:#014694;
	text-decoration:none;
	outline:none;
	border-bottom: #69BE28 dotted 1px;
}
a:hover {
	border-bottom: #69BE28 solid 1px;
}
.maincol ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: square;
}
.maincol ul li {
	margin: 8px 0 0 20px;
	padding: 0;
	list-style: square;
}
/*********************/
/* Content Styles */
/*********************/
.strong {
	font-weight: bold
}
.italic {
	font-style: italic;
}
.noborder img {
	border: none;
}

.green {
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #69BE28;
}