body {
	font-family: Arial;
	/* , Helvetica, sans-serif; */
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #999999;
	background-image: url(images/green-grey.gif);
    background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

.divContainer {
    /* position: absolute;*/
	width : 99.9%;
	border : 0px dotted #00CC00;
	z-index : 1;
}

p {	margin: 0px; padding: 0px; }

form { margin: 0px;	padding: 0px; }

td { text-align: left; vertical-align: top; }

/*
div { vertical-align:top; margin:0px; padding:0px;}
img { vertical-align:top; }
*/

.thumbout {
	border: 1px solid #000000;
}

.thumboutBlack {
	border: 1px solid #000000;
}

.thumbover {
	border: 1px solid #7F4327;
}


.thumbFloat {
	text-align: center;
	float:left;
	font-family:Arial; 
}

.spacer { font-size: 1px; font-family:Verdana; }

.top_title_bg {
	background-image: url(images/title_bottom2.jpg);
    background-repeat: repeat-x;
	background-position: top;
}

.thumbBG {
	background-image: url(images/spec_bg_dark.jpg);
    background-repeat: no-repeat;
	background-position: 0,0;
}

.thumbTextOff {
	font-weight: 700;
	color: #000000;
}

.thumbTextOn {
	font-weight: 700;
	color: #7F4327;
}

.bottomFooterBG {
	background-image: url(images/bottom_footer.gif);
    background-repeat: no-repeat;
	background-position: 0,0;
}

/****************************************************** links ******************************************/

a.miscLink:link {
	color: #FF0000;
	text-decoration: none;
}
a.miscLink:visited {
	color: #FF0000;
	text-decoration: none;
}
a.miscLink:active {
	color: #FF0000;
	text-decoration: none;
}
a.miscLink:hover {
	color: #FF0000;
	text-decoration: underline;
}


