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

.td_Stage_top {
	background-image:url(../images/stage_white.gif);
	background-repeat:repeat-x
}

.td_Stage_left {
	background-image:url(../images/stage_white.gif);
	background-repeat:repeat-y
}

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

.td_Stage_bottom {
	background-image:url(../images/stage_white.gif);
	background-repeat:repeat-x;
	background-position:bottom
}

.td_titleBar {
	background-image:url(../images/titlebar_bg.gif);
	padding-left:5px;
	padding-right:5px;
	background-repeat:repeat-x
}

.td_tableBg {
	background-image:url(../images/small_table_bg.gif);
	background-repeat:no-repeat;
	background-position:center top
}

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


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

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

.td_borderbox_top {
	background-image:url(../images/borderbox_top.gif);
	background-repeat:repeat-x
}

.td_borderbox_left {
	background-image:url(../images/borderbox_left.gif);
	background-repeat:repeat-y
}

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

.td_borderbox_bottom {
	background-image:url(../images/borderbox_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom
}

.td_big-product_top {
	background-image:url(../images/big_product_liner.gif);
	background-repeat:repeat-x
}

.td_big-product_left {
	background-image:url(../images/big_product_liner.gif);
	background-repeat:repeat-y
}

.td_big-product_right {
	background-image:url(../images/big_product_liner.gif);
	background-repeat:repeat-y;
	background-position:right
}

.td_big-product_bottom {
	background-image:url(../images/big_product_liner.gif);
	background-repeat:repeat-x;
	background-position:bottom
}

.td_Product_top {
	background-image:url(../images/product_top.gif);
	background-repeat:repeat-x
}

.td_Product_left {
	background-image:url(../images/product_left.gif);
	background-repeat:repeat-y
}

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

.td_Product_bottom {
	background-image:url(../images/product_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom
}


/* Body Text Styles */

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

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

.body_text_Small {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
a.body_text_Small:link {
	color: #CCCCCC;
	text-decoration:none;
}
a.body_text_Small:visited {
	text-decoration:none;
	color: #CCCCCC;
}
a.body_text_Small:hover {
	text-decoration:none;
	color: #CCCC00;
}
a.body_text_Small:active {
	text-decoration:none;
	color: #CCCCCC;
}

.body_text_Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #334556;
	display:block;
	width:100%
}
a.body_text_Menu:link {
	color: #334556;
	text-decoration:none;
}
a.body_text_Menu:visited {
	text-decoration:none;
	color: #334556;
}
a.body_text_Menu:hover {
	text-decoration:underline;
	color: #ff6600;
}
a.body_text_Menu:active {
	text-decoration:none;
	color: #334556;
}

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

.body_text_light_yellow {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFCC
}

/* Title Text Styles */

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

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

.big_title_text_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #009900
}

.title_text_Orange {
	font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 30px;
	font-weight: normal;
	color: #FF9900;
	padding-right:8px
}

.title_text_White {
	font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF
}

.title_text_Mint {
	font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 22px;
	font-weight: normal;
	color: #007d93
}

.title_text_Green {
	font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 22px;
	font-weight: normal;
	color: #649b02
}

/* Arrow Style */

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

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

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



/* Form Style */
.button_Lime { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	background-image:url(../images/button_lime_bg.gif);
	color:#FFFFFF;
	font-weight:bold;
	height:26px;
	background-color: transparent ; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	cursor:hand;
}

.button_Mint { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	background-image:url(../images/button_mint_bg.gif);
	color:#FFFFFF;
	font-weight:bold;
	height:26px;
	background-color: transparent ; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	cursor:hand;
}

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

.form_style_1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #000000 ; 
	border: #dadada; 
	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;
}