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

/* Body Text Styles */

.body_text_White {
	font-family: Verdana, 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:underline;
	color: #FF9900;
}
a.body_text_White:active {
	text-decoration:none;
	color: #FFFFFF;
}

/* Title Text Styles */

.title_text_Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000
}

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

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

/* Arrow Style */

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

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



/* Form Style */

.form_style_1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #000000; 
	border: #CCCCCC; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding:2px
}


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


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