body,td,th {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}
body {
	background-color: #DFDFDF;
	background-image: url(/images/bg_001a.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
a:link {
	color: #FF0099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990099;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
.TableStandard {
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A5A5A5;
	border-right-color: #A5A5A5;
	border-bottom-color: #A5A5A5;
	border-left-color: #A5A5A5;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: none;
	border-bottom-style: none;
}
.scroller {
	height: 190px;
	width: 566px;
	overflow: auto;
	padding-right: 10px;
}

/*nav stuff*/
/* These styles create the dropdown menus. */
#wrap {
height:43px;}
#navbar {
	margin: 0;
	height: 43px;
	background-image: url(/images/bg_nav.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 140px;
}
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 0px;
	text-decoration: none; }
#navbar li ul {
	display: none;
	width: 200px;
	font-family: Tahoma, sans-serif;
	font-size: 96%;
}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(/images/nav_bg_sub.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #EFEFEF;
	padding: 5px;
	border-top-style: solid;
}
#navbar li:hover li, #navbar li.hover li {
	float: none;
	margin-top: 3px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
}
#navbar li:hover li a, #navbar li.hover li a {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#navbar li li a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
.ten {font-size: 10px}

