/***** Main Styles */
BODY {
background-color: #FFFFFF;
SCROLLBAR-FACE-COLOR: #e6e6e6;
SCROLLBAR-HIGHLIGHT-COLOR: #d3d3d3;
SCROLLBAR-SHADOW-COLOR: silver;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: gray;
SCROLLBAR-TRACK-COLOR: #f3f3f3;
SCROLLBAR-DARKSHADOW-COLOR: white
}

a:visited {text-decoration: none;}
image {border-color: #D4D7D8}

/***** Normal Styles */
.normal {
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #666666;
line-height: 17px;
}

.normal a:link {
color: #666666;
text-decoration: underline;
}

.normal a:hover {
color: #666666;
text-decoration: underline;
}

.normal a:visited {
color: #666666;
text-decoration: underline;
}

.normal li {
font-size: 11px;
margin-left: 20px; 
margin-bottom: 8px; 
list-style-position: outside; 
list-style-image: url("../images/bullet_arrow.html");
}

.normal ul 
{ 
padding-left: 0px; 
margin-left: 0px; 
}

.normal ol 
{ 
padding-left: 5px; 
margin-left: 5px; 
}

/***** Normal Green */
.normal_green {
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #669933;
}

.normal_green a:link {
color: #669933;
text-decoration: underline;
}

.normal_green a:hover {
color: #669933;
text-decoration: underline;
}

.normal_green a:visited {
color: #669933;
text-decoration: underline;
}

/***** Normal Black */
.normal_black {
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
line-height: 17px;
}

.normal_black a:link {
color: #000000;
text-decoration: underline;
}

.normal_black a:hover {
color: #000000;
text-decoration: underline;
}

.normal_black a:visited {
color: #000000;
text-decoration: underline;
}

.normal_black li {
font-size: 11px;
margin-left: 20px; 
margin-bottom: 8px; 
list-style-position: outside; 
list-style-image: url("../images/bullet_arrow.html");
}

.normal_black ul 
{ 
padding-left: 0px; 
margin-left: 0px; 
}

.normal_black ol 
{ 
padding-left: 5px; 
margin-left: 5px; 
}

/***** Normal Black */
.normal_blue_bold {
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #424242;
line-height: 17px;
}

/***** Report Amount Style */
.report_amount {
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight:bold;
color: #ffffff;
}

/***** Subnav Styles */
.subnav {
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #ffffff;
}

.subnav a:link {
color: #ffffff;
text-decoration: none;
}

.subnav a:hover {
color: #ffffff;
text-decoration: underline;
}

.subnav a:visited {
color: #ffffff;
}

/***** Heading Styles */
.heading {
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #669933;
}

/***** Footer Styles */
.footer {
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #666666;
}

.footer a:link {
color: #666666;
text-decoration: none;
}

.footer a:hover {
color: #666666;
text-decoration: underline;
}

.footer a:visited {
color: #666666;
}

/***** Input Styles */

/***** Home Styles */

.form_home input {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 0px;
	width: 120px;
	background-color: #ffffff;
	font-size: 10px;
}


/***** Contact Styles */

.contact input {
	color: #336600;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #336600;
	background-color: #c0cfb1;
}

.contact select {
	color: #336600;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #336600;
	background-color: #c0cfb1;
}

.contact textarea {
	color: #336600;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #336600;
	background-color: #c0cfb1;
}

.contact_error input {
	color: #e90000;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	border: 1px solid #e90000;
	background-color: #edcfcf;
	font-size: 11px;
}

.contact_error select {
	color: #e90000;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	border: 1px solid #e90000;
	background-color: #edcfcf;
	font-size: 11px;
}

.contact_error textarea {
	color: #e90000;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	border: 1px solid #e90000;
	background-color: #edcfcf;
	font-size: 11px;
}


/***** Other Misc Styles */
.bg_right {
	background-position:right;
}

.bg_norep {
	background-repeat: no-repeat;
}

.bg_right {
	background-position: right;
}

.bg_right_y {
	background-position: right;
	background-repeat: repeat-y
}

.bg_y {
	background-repeat: repeat-y
}

.bg_x {
	background-repeat: repeat-x
}

.bg_right_norep {
	background-position: right;
	background-repeat: no-repeat;
}

.bg_norep {
	background-repeat: no-repeat;
}

.bg_bot_norep {
	background-position: bottom;
	background-repeat: no-repeat
}

.hidden 
{
	display: none;
}

.inputLabel {
    text-align: right;
    padding-right: 1em;
}
