@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(assets/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center top;
	}
/* LINKS & COLORS */
a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.class2 a:link {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
.class2 a:visited {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
.class2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.class2 a:active {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.texta {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
 }
#footerdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	width: 780px;
	position: inherit;
	left:10px
}
.textheader {
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.textsidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	position: relative;
	left: 5px;
	right: 5px;
}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #CCCCCC;
	background-color: #333333;
	border: 1px solid #333333;
	height: 18px;
}
input.password {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	height: 15px;
	border: 1px solid #333333;
	font-weight: bold;
	width: 70px;
}

input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	height: 15px;
	border: 1px solid #333333;
	font-weight: bold;
	width: 115px;
}

.textheaderWHITE {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 175px;
}
.select_state {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: auto;
}
.textheaderORANGE {
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: 5px;
}
.row1 {
	background-color: #D5BFA4;
}
.row2 {
	background-color: #EBE6CF;
}
.textaINDENT {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	left: 5px;
	position: relative;
}
.rowNOTES {
	background-color: #C2A47A;
}
.textb {
	font-size: 10px;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
}
.textWHITEbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	position: relative;
	left: 5px;
	font-weight: bold;
}
td.leftmenuSubCategory { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold; 
	background-color: #888888; 
    padding-right: 3px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
	BORDER-BOTTOM: #FFFFFF 1px dotted;
