body{
	background-color:#161616;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.td_left{
	background-image:url(../images/shadow_left.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.td_right{
	background-image:url(../images/shadow_right.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.td_bottom{
	background-image:url(../images/shadow_bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.td_crome{
	background-image:url(../images/crome.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}


/* Body Text Styles */

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
}

a.body_text:link {
	color: #cccccc;
	text-decoration:none;
}
a.body_text:visited {
	text-decoration:none;
	color: #cccccc;
}
a.body_text:hover {
	text-decoration:none;
	color: #FFCC00;
}
a.body_text:active {
	text-decoration:none;
	color: #cccccc;
}

.body_text_Black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

a.body_text_Black:link {
	color: #666666;
	text-decoration:none;
}
a.body_text_Black:visited {
	text-decoration:none;
	color: #666666;
}
a.body_text_Black:hover {
	text-decoration:none;
	color: #FFFFFF;
}
a.body_text_Black:active {
	text-decoration:none;
	color: #666666;
}



.body_text_Orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffcc99;
}

a.body_text_Orange:link {
	color: #ffcc99;
	text-decoration:none;
}
a.body_text_Orange:visited {
	text-decoration:none;
	color: #ffcc99;
}
a.body_text_Orange:hover {
	text-decoration:none;
	color: #FFFFFF;
}
a.body_text_Orange:active {
	text-decoration:none;
	color: #ffcc99;
}



.body_text_White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
a.body_text_White:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.body_text_White:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a.body_text_White:hover {
	text-decoration:none;
	color: #FFCC00;
}

a.body_text_White:active {
	text-decoration:none;
	color: #FFFFFF;
}


/* Menu Text Styles */

.menu_text {
	display:block;
	width:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
a.menu_text:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.menu_text:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a.menu_text:hover {
	font-weight: bold;
	text-decoration:none;
	color: #FF9900;
}

a.menu_text:active {
	text-decoration:none;
	color: #FFFFFF;
}



/* Title Text Styles */

.title_text_White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.title_text_Gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #999999;
}


/* Image Style */
.image_border {
	border: #996633;
	border-style: solid;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color:#000000;
}


/* Arrow Style */

.bullet_Orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffcd00;
}

.bullet_lime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #e5d832;
}

/* Form Styles */

.form_style_1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	color: #ffffff ; 
	border: #666666;
	background-color:#333333;
	padding: 2px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.form_style_fixed_length {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	border: #666666;
	background-color:#333333;
	padding: 2px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 150px;
}

.form_style_fixed_length_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	border: #666666;
	background-color:#996600;
	padding: 2px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 150px;
}

/*Outermost DIV for thumbnail viewer*/
#thumbBox{ 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

/*Footer DIV of thumbbox that contains "close" link */
#thumbBox .footerbar{ 
font: bold 16px Arial;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

/*DIV within thumbbox that holds the enlarged image */
#thumbBox #thumbImage{ 
background-color: white;
}

/*DIV for showing "loading" status while thumbbox is being generated*/
#thumbLoading{ 
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
