body{
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px
}

/* 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: #00FFCC;
}
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: #000000;
}

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

a.body_text_Blue:link {
	color: #00CCFF;
	text-decoration:none;
}
a.body_text_Blue:visited {
	text-decoration:none;
	color: #00CCFF;
}
a.body_text_Blue:hover {
	text-decoration:underline;
	color: #00FFFF;
}
a.body_text_Blue:active {
	text-decoration:none;
	color: #00CCFF;
}



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

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



.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;
}

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

a.body_text_Blog:link {
	color: #cccccc;
	text-decoration:none;
}
a.body_text_Blog:visited {
	text-decoration:none;
	color: #cccccc;
}
a.body_text_Blog:hover {
	text-decoration:none;
	color: #00FFCC;
}
a.body_text_Blog:active {
	text-decoration:none;
	color: #cccccc;
}


/* 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;
}


/* Arrow Style */

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

/* Form Styles */

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

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

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

/*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;
}
