/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
	background:url(../images/hdr_bkg.gif) repeat-x;
	border-bottom: solid 4px white;
}
#top_head {
	background:url(/images/hdr_bkg.gif) repeat-x;
	border-bottom: solid 4px white;
}
#content {
	border-left: solid 2px white;
	background: url(../images/content_bkg.gif) repeat-x;
}
#nav {
	background:url(../images/nav_bkg.gif) repeat-y;
	padding-top: 16px;
	padding-bottom: 16px;
}
#nav div {
	background:url(../images/btn_nav_down.gif) no-repeat;
	height: 22px;
	width: 121px;
	margin: 2px 0 2px 10px;
}
#nav a {
	color: white;
	font-weight: bold;
	text-decoration:none;
	font-size: 11px;
	line-height: 22px;
	display:block;
	padding-left: 10px;
	background:url(../images/btn_nav_up.gif) no-repeat;
}
#nav a:hover {
	background: none;
}
#search {
	color: white;
	font-weight:bold;
}
#search div {
	padding-left: 10px;
	padding-bottom: 10px;
}
.padding10 {
	padding: 10px;
}
#main_table {
	border-bottom: solid 1px #8398A6;
}
a:link {
	color: black;
}
a:hover {
	color: #686868;
}
a:visited {
	color: #333300;
}
