@charset "utf-8";
/* CSS Document */
.fth1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006699;
	font-style: normal;
	font-weight: bold;
}
.fth2 {
	font-family: Calibri;
	font-size: 14px;
}
.fth3 {
	font-family: Calibri;
	font-size: 12px;
}
.fth4 {
	font-family: Calibri;
	font-size: 10px;
}
.times16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.times20 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
.times10 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}


#navcontainer
{
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 14px;
}

#navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 14px;
}

#navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 14px;
}

#navcontainer A
{
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	background: #EBEBEB;
	margin: 0;
	padding: 2px 9px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	font-size: 14px;
	font-weight: bold;
}

#navcontainer A:hover, #navcontainer A:active {
	background: #999999;
	font-size: 14px;
	font-weight: bold;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
	position: relative;
	z-index: 102;
	background: #EBEBEB;
	font-weight: bold;
	font-size: 14px;
}

#subnav
{
	position: relative;
	top: -1px;
	z-index: 101;
	margin: 0;
	padding: 0px 0 3px 0;
	background: #BBBBBB;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
}

#subnav UL
{
	list-style: none;
	margin: 1px 0 0px 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
	font-size: 14px;
}

#subnav LI
{
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 14px;
}

#subnav A
{
	color: #;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 12px 2px 10px;
	font-size: 14px;
}

#subnav A:hover, #subnav A:active {
	color: #666;
	font-size: 14px;
}
#subnav A.active:link, #subnav A.active:visited {
	color: #444;
	font-size: 14px;
}
#subnav BR, #navcontainer BR {
	clear: both;
	font-size: 14px;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.pgtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.table_row {
	background-color: #CCCCCC;
}

