body {
	border:1px;
	margin:1px;
/*	background-image: url('images/background.gif'); 
	background-repeat: no-repeat;*/
	background-color: #E2A700;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
body,td,th {

}
#contentTitle li {
	list-style-image: none;
	list-style-type: none;
}
#contentText {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	padding-right: 3px;
}
#gradient { 
	background-image: url('images/gradient.png'); 
	background-repeat: repeat-x;
	background-color: #e2a700;
}
#gradient[id] { 
	background-color: #e5af00;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#rollover ul {
	margin: 0; /*removes ul indent IE and Opera*/
	padding: 0; /*removes ul indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .8em;
}

#rollover li {
	display: block;
	width: 100px;
	min-height: 10px;
	max-height: 24px;
	list-style-type: none;
	z-index:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px
}

#rollover a {
	display: block;
	margin: 2px 2px 2px 2px;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	min-height: 10px;
	max-height: 24px;
	width: 100px;
	border: 1px #FF0000;
	border-color: #000 #000 #000 #000;
	background-image: url(images/inactive.jpg);
	background-repeat: repeat-x;
	font-weight:bold;
	font-size: x-small;
	color: #FFFFAA;
	font-family: arial;
	text-align:center;
}

#rollover a:hover {
	display: block;
	margin: 2px 2px 2px 2px;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
	padding-bottom:4px;
	min-height: 10px;
	max-height: 24px;
	width: 100px;
	border: 1px #FF0000;
	border-color: #000 #000 #000 #000;
	background-color: #e5af00;
  background-image: url(images/inactive.jpg);
  background-repeat: repeat-x;
	font-weight:bolder;
	font-size: x-small;
	color: #FFFFFF;
	z-index:1;
	font-family: arial;
	text-align:center;
}
#navhoriz {
	z-index:4;
	margin: 0;
	padding: 0;
	text-align:center;
	background-image: url(images/inactive.jpg);
	background-repeat: repeat-x;
}
#navhoriz li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin:0;
	white-space: nowrap;
	list-style-image: none;
}
#navhoriz ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#navhoriz a {
padding: 0px 18px 0px 20px;
background-color: #e5af00;
background-image: url(images/inactive.jpg);
background-repeat: repeat-x;
/*
border-top:1px;
border-top-color:#0000FF;
border-right:1px;
border-right-color:#0000FF;
border-bottom:1px;
border-bottom-color:#0000FF;
border-left:1px;
border-left-color:#0000FF;
background-image: url(images/site/header.png);
background-repeat: no-repeat;
background-position: 0% 50%;
*/
text-decoration: none;
}
#navhoriz a:link, #navhoriz a:visited {
color: #e64f00;
}
#navhoriz a:hover, #navhoriz a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #e64f00;
background-image: url(images/active.jpg);
background-repeat: repeat-x;
background-position: 0% 50%;
color: #ffffff;
}
.themeFORM input,
.themeFORM textarea,
.themeFORM submit,
.themeFORM select,
.themeFORM option,
.themeFORM password,
.themeFORM text,
.themeFORM radio {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 1px;
	border-color: #ad3b00;
	border-style: solid;	
	background-color: #e64f00
}
.searchFORM input,
.searchFORM text,
.searchFORM textarea,
.searchFORM submit {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 1px;
	border-color: #ad3b00;
	border-style: solid;	
	background-color: #e64f00
}
.signupFORM input,
.signupFORM text,
.signupFORM textarea,
.signupFORM submit {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 1px;
	border-color: #ad3b00;
	border-style: solid;	
	background-color: #e64f00
}
.signupFORM submit {
	margin:4;
	padding:4;
}

.themeFORM table {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
}
#footertext {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #EEEEDD
}
#content_footer {
	font-size: 10px;
	color: #FFFFEE
}
#footertext table {
	background-image:url(images/site/pix6x6.jpg);
}
#logotable table {
	background-image:url(images/site/pix6x6.jpg);
/*
	background-position:left;
	background-repeat:repeat;
*/
}
.report_red{
	color:#FF3300;
}

#semitrans {
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	-khtml-opacity: .80;
	opacity: .80; 

}

img {
	border:0;
	filter: alpha(opacity=100);
	-moz-opacity: .80;
	-khtml-opacity: .80;
	opacity: .80; 
}

.navtable {
	background-image:url(images/inactve.jpg);
	background-repeat:repeat-x;
}