@charset "UTF-8";
a:link {
	color: #798196;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7F8A9D;
}
a:hover {
	text-decoration: none;
	color: #0D6778;
}
a:active {
	text-decoration: underline;
	color: #737E93;
}
/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 5px;
}
.oneColFixCtr #container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body,td,th {
	font-size: 11px;
	color: #666666;
}
.textside {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-align: justify;
}
.subheads {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #418F96;
	letter-spacing: 1px;
	font-weight: bold;
}

