﻿html, body {
	background:#f6d7b8;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
html, body, div, td, p, li {
	font-family: Arial, Verdana, Helvetica, "Times New Roman";
	font-weight:normal;
	font-size: 11px;
	color:#000000;
}

a:link {
	font-weight:bold;
	color:#ff6e02;
	text-decoration:none;
}
a:active {
	font-weight:bold;
	color:#ff6e02;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#ce5800;
	text-decoration:underline;
}
a:visited {
	font-weight:bold;
	color:#ff6e02;
	text-decoration:none;
}

.maintable {
	width:100%;
	height:100%;
}
.maintabletd{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.contenttable {
	width:990px;
	margin-left: auto;
	margin-right: auto;
}
.contenttabletd{
	border:1px solid #ff6e02;
	background:#FFFFFF;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
.redbg {
	background:#FF0000;
	width:1px;
}
.sfbg {
	background:#ff6e02;
	padding:0px;
}
.whitebg {
	background:#FFFFFF;
}

/*
table.normal td{
	border:0px;
}

*/
