body {
	font-family: verdana, myriad, arial, helvetica, geneva;
	font-size: 11px;
	color: #000000;
	background-color:#999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a:link, a:visited { color: #ff0000;}
.small:link, .small:visited, .small:active {font-size:10px; text-decoration:none; color: #ffffff; }
.small:hover {text-decoration:underline}


.td_list_style:link, .td_list_style:visited, .td_list_style:active {font-size:10px; text-decoration:none; color: #333333; }
.td_list_style:hover {color: #ff0000; text-decoration:underline;}

.td_head_style:link, .td_head_style:visited, .td_head_style:active {text-decoration:none; color: #003399; }
.td_head_style:hover {color: #ff0000; text-decoration:underline;}

.menu_listyle {
	height: 13px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.anchor {
	vertical-align: top;
	padding-right: 8px;
	padding-top: 5px;
	color: #ffffff;
}
.anchor a:link, .anchor a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
.anchor a:hover {
	color:#ffffff;
	text-decoration: underline;
}

.main {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

.head {
	background-image: url(../images/head_bg.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	height: 119px;
	width: 1000px;
	border-bottom: solid 1px #ffffff;
}

#navigation {
	width: 230px;
	text-align: left;
	font-size: 12px;
	background-color: #333333;
	border-right: solid 1px #ffffff;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	border-bottom: 1px solid #ffffff;
}
#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	padding: 5px 5px 5px 5px;
	background: #555555;
	color: #DDDDDD;
	text-decoration: none;
	margin: 0px;
}
/* #navigation ul li a:hover {
	background: #333333;
	color: #666666;
} */
#navigation ul ul {
	font-size: 11px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#navigation ul ul li {
	margin: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom:0px;
	border: 0px;
}
#navigation ul ul li a:link, #navigation ul ul li a:visited {
	background-color: #333333;
	color:#DDDDDD;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#navigation ul ul li a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

.content {
	padding: 15px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}
.header {
	color: #003399;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
}
.subhead {
	color: #003399;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
.whiteback {
	width: 200px;
	background-color: #ffffff;
}
.greenback {
	width: 200px;
	background-color: #333333;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
.byte_count {
	font-size: 9px;
}

.AutoCompleteBackground {
	background-color: #FFFFFF;
}
.AutoCompleteHighlight {
	background-color: #CECECE;
}

.td_list_style{
	font-size: 10px;
}
.td_head_style{
	color: #003399;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
.nobrcss {
	white-space: nowrap;
}

.required_css {
	color: #FF0000;
	font-weight: bold;
}