/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.home_bg {
	background-image:url(images/home/bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

.top_bg {
	background-image:url(images/common/top_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

a {
	color: #003D79;
	font-weight:bold;
}
a:visited {
	color: #003D79;
}
a:hover {
	color: #990000;
}
a:active {
	color: #003D79;
}

ul {
	margin-top: 5px;
	list-style-type:square;
}

hr {
	color:#687A61;
	width:95%;
}

b {
	font-weight:bold;
	color:#3E5D0D;
}

.headline{
	font-size:14px;
	color:#3E5D0D;
	font-weight:bold;
}

.subhead{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

a.nav {
	color:#FFFFFF;
	font-size:11px;
	padding: 5px;
	line-height:18px;
	text-decoration:none;
	font-style:italic;
}
a.nav:visited {
	color:#FFFFFF;
}
a.nav:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.nav:active {
	color:#FFFFFF;
}

.nav_select {
	color:#FFFFFF;
	font-size:11px;
	padding: 5px;
	line-height:18px;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
}

a.subnav {
	color:#000000;
	padding: 5px;
	line-height:18px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
a.subnav:visited {
	color:#000000;
}
a.subnav:hover {
	color:#3E5D0D;
}
a.subnav:active {
	color:#000000;
}

.subnav_select {
	font-style:italic;
	color:#3E5D0D;
	line-height:18px;
	padding: 5px;
	font-weight:bold;
}