@charset "utf-8";
body {
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.oneColFixCtr #container {
	width: 779px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 10pt;
}
.whitetext {
	color: #FFF;
	font-size: 10pt;
}
.headtext {
	color: #FFF;
	text-align: center;
	font-size: 10pt;
}
#leftnav a { color: #FFF; text-decoration:none;
}

}
#leftnav a:hover {
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}

#main a {
	color: #600;
	text-decoration:none;
	font-weight: normal;
}

#main a:hover {
	color: #030;
	text-decoration:none;
	font-weight: bold;
}
#main a:visited {
	color: #030;
	text-decoration:none;
	font-weight: normal;
}

.font_submini {
	font-size: x-small;
}
.align_center {
	text-align: center;
	font-size: 10px;
}
.tdhighlight {
	background-color: #FF9;
}

