body {
	font-family: Tahoma, Arial;
	margin: 0px;
	font-size: 16px;
	background-color:#FFFFFF;
	color:#2B5C7D;
}
td {
	font-family: Tahoma, Arial;
	margin: 0px;
	font-size: 12px;
}


h1 {
	font-size:16px;
	margin:0px;
	color:#FFFFFF;
	font-weight:lighter;
	
}
h2 {
	font-size:16px;
	color:#009421;;
	font-weight:lighter;
	margin:0px;
	border-bottom:2px solid #009421;
	margin-bottom:5px;

}
h3 {
	font-size:26px;
	color:#80D080;;
	font-weight:lighter;
	margin:0px;
	border-bottom:1px solid #009421;
	margin-bottom:5px;

}

.bluetext {
	color: #5F9DC8;
}
.whitetext {
	color: #FFFFFF;
}

a:link {
	color: #666666;
	text-decoration:none;
	border-bottom:1px solid #999999;
}
a:visited {
	color: #666666;
	text-decoration:none;
	border-bottom:1px solid #999999;
}
a:hover {
	color: #000000;
	text-decoration:none;
	border-bottom:1px solid #000000;
}
a:active {
	color: #666666;
	text-decoration:none;
	border-bottom:1px solid #999999;
}


a.noshow:link {
	color: #000000;
	text-decoration:none;
}

a.noshow:visited {
	color: #000000;
	text-decoration:none;
}
a.noshow:hover {
	color: #000000;
	text-decoration:none;
}
a.noshow:active {
	color: #000000;
	text-decoration:none;
}


a.whitelink:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

a.whitelink:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
a.whitelink:active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}


a.footerlink:link {
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;

}
a.footerlink:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;

}
a.footerlink:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:10px;

}
a.footerlink:active {
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;

}


