@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
.pad4center {
	padding: 4px;
	text-align: center;
}
.headerInfo {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #62BFBF;
	padding: 5px;
	letter-spacing: 1px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
a {
	color: #3C9191;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.small {font-size:11px;}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatRight {
	display: block;
	float: right;
	height: auto;
	width: auto;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer_links {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.footer_links p {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 5px;
}
