body{
	background-color:#000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	scrollbar-3dlight-color:#111111;
	scrollbar-arrow-color:orange;
	scrollbar-track-color:#111111;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#222222;
	scrollbar-highlight-color:#444444;
	scrollbar-shadow-color:#111111
}

.td_Dot_Ver {
	background-image:url(../images/dot_ver.gif);
	background-repeat:repeat-y;
	background-position:center
}

.td_Dot_Hor {
	background-image:url(../images/dot_hor.gif);
	background-repeat:repeat-x;
	background-position:center
}

.td_arrow {
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}


.td_frame {
	background-image:url(../images/frame.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

/* Body Text Styles */

.body_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #e5e5e5;
	line-height:1.4em
}
a.body_text:link {
	color: #e5e5e5;
	text-decoration:none;
}
a.body_text:visited {
	text-decoration:none;
	color: #e5e5e5;
}
a.body_text:hover {
	text-decoration:underline;
	color: #00FFFF;
}
a.body_text:active {
	text-decoration:none;
	color: #e5e5e5;
}


.body_text_orange{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	line-height:1.5em
}
a.body_text_orange:link {
	color: #FF9900;
	text-decoration:none;
}
a.body_text_orange:visited {
	text-decoration:none;
	color: #FF9900;
}
a.body_text_orange:hover {
	text-decoration:underline;
	color: #FF9900;
}
a.body_text_orange:active {
	text-decoration:none;
	color: #FF9900;
}



.body_text_Gray {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height:1.4em
}

a.body_text_Gray:link {
	color: #666666;
	text-decoration:none;
}
a.body_text_Gray:visited {
	text-decoration:none;
	color: #666666;
}
a.body_text_Gray:hover {
	text-decoration:underline;
	color: #0099CC;
}
a.body_text_Gray:active {
	text-decoration:none;
	color: #666666;
}


/* Thick Text Styles */

.thick_text_White {
	font-family: Tahoma, Arial, "Arial Unicode MS";
	font-size: 17px;
	font-weight: normal;
	line-height:1.5em;
	color: #FFFFFF
}

.thick_text_Orange {
	font-family: Tahoma, Arial, "Arial Unicode MS";
	font-size: 17px;
	font-weight: normal;
	line-height:1.5em;
	color: #FF9900
}


/* Arrow Style */

.arrow_Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #009900;
	line-height:1.5em
}

.arrow_Orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffcc00;
	line-height:1.5em
}

/*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: 100;
cursor: hand;
cursor: pointer;
}

/*Footer DIV of thumbbox that contains "close" link */

#thumbBox .footerbar{ 
font: bold 16px Tahoma;
letter-spacing: 5px;
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: 1000;
}

/* Form Style */

.form_style_1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #000000; 
	background-color:#dad8cb;
	border:none;
}

.form_button_xpStyle { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-image:url(../images/button_bg.gif);
	color:#000000;
	font-weight:normal;
	height:20px;
	background-color: transparent ; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	cursor:hand;
}