@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
}
.section_header {
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.left_nav {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.left_nav:link  {
	color: #FFF;
	text-decoration: none;
}
a.left_nav:visited  {
	color: #FFF;
	text-decoration: none;
}
a.left_nav:hover  {
	color: #D1D1D1;
	text-decoration: none;
}
a.left_nav:visited:hover  {
	color: #D1D1D1;
	text-decoration: none;
}
.left_col {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color: #6666CC;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:visited:hover {
	color : #999999;
	text-decoration: underline;
}
.text { font-size: 12px; font-weight: normal}
.textBold { font-size: 12px; font-weight: bold}
.title { font-size: 16px; font-weight: bold}
.copyright {
	font-size: 9px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;

}
.tb {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #6666CC;
	text-align: center;
}