body {
	background-image: url(/images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.border_gray {
	border: 1px solid #DDDDDD;
}
.border_orange {
	border: 1px solid #FE9900;
}
.line_center_gray {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
body,td,th {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.line_bottom_gray {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
.title {
	font-size: 18px;
	color: #C6A72A;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: none;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navx ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
#navx li
{
background-image: url(/images/sidebar_arrow.gif);
background-repeat: no-repeat;
background-position: 0em 0px;
padding-left: 1.6em;
margin: 1em 0 1.4em;
}
/*li
{
	background-image: url(/images/sidebar_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0em 0px;
	padding-left: 1.6em;
	margin: 1em 0 1.4em;
}*/
#navcontainer li
{
	background-image: url(/images/sidebar_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0em 0px;
	padding-left: 1.6em;
	margin: 1em 0 1.4em;
}
#navcontainer li#active 
{
	background-image: url(/images/sidebar_arrow.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#navcontainer li { 
	margin: 0 0 10px; 
	background-image: url(/images/sidebar_dash.gif);}
	
/*h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #CC9900;
}*/	

h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #CC9900;
}
h2 {
	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CC9900;
	margin-bottom: 3px;
	padding-top: 8px;
}