body, p, td, th, a, li {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

a:link {
	color: #025f7e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#025f7e;
}
a:hover {
	text-decoration: underline;
	color: #ffa200;
}
a:active {
	text-decoration: underline;
	color: #025f7e;
}



h1 {
	font-size: 18px;
	color:#025f7e;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color:#025f7e;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	
}

hr {
	height: 1px;
	border: 0;
	background: #ffa200;
}

.message {
	color: #cb0152;
	font-style: italic;

}

.firstpara {
color: #025f7e;
font-size: 15px;
}

.bg1 {
	background-color: #ffffff;
}

.smaller {
	font-size: 11px;
}

.bluetext {
	color: #0098d4;
}

.bluebold {
	color: #0098d4;
	font-weight: bold;
}

.quote {
    font-size: 12px;
	font-weight: bold;
}

.quotefrom {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 16px;
}
