td img {display: block;}
body {
	background-image: url(/images/blackbackgd.jpg);
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 2%;
	margin-left: 2%;
}
BODY,HTML {
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#C7B89B;
scrollbar-darkshadow-color:#C7B89B;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#C7B89B;
scrollbar-track-color:#000000;
}
.style6 {
	font-size:12px;
	color: #C7B89B;
	font-family: "Century Gothic";
}
.style2 {font-size: 8.5px; color: #C7B89B; font-family: "Century Gothic"; }
.outertab {
	border: 2px dotted #562504;
}
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: ...;
    height: ...;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

a:link {
	color: #D0C6A3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #9F854C;
}
a:active {
	text-decoration: none;
	color: #D0C6A3;
}