body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#ffffff; /*#ACB5C1*/
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.footer {
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding: 5px 10px 0px 10px;
}

a:link, a:visited {
	font-size: 11px;
	color: #ff5200;
	text-decoration:none;
}
a:hover {
	font-size: 11px;
	color: #ff5200;
	text-decoration: underline;
}
a.menu:link, a.menu:visited {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}
a.menu:hover {
	font-size: 11px;
	color: #ff5200;
	font-weight: bold;
	text-decoration:underline;
}
a.topmenu:link, a.topmenu:visited {
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
a.topmenu:hover {
	font-size: 11px;
	color: #ff5200;
	text-decoration:underline;
}
a.list:link, a.list:visited {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
a.list:hover {
	font-size: 11px;
	color: #ff5200;
	text-decoration:underline;
}
a.toplist:link, a.toplist:visited {
	font-size: 10px;
	color: #ff5200;
	text-decoration:none;
}
a.toplist:hover {
	font-size: 10px;
	color: #ff5200;
	text-decoration:underline;
}
a.dit:link, a.dit:visited {
	font-size: 11px;
	color: #667788;
	text-decoration:none;
}
a.dit:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
}


a.top:link {
	color: #ffffff;
	text-decoration: none;
}
a.top:visited {
	text-decoration: none;
	color: #ffffff;
}
a.top:hover {
	text-decoration: underline;
	color: #ff5200;
}
a.top:active {
	text-decoration: none;
	color: #ffffff;
}

.colum_pub {
	width: 300px;
	background-color: #ffffff;
	padding: 20px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}


.banner{
	width: 460px;
	height: 150px;
	padding: 20px;
	text-align: right;
	background-color:#FFFFFF;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
}


.vbanner{
	width: 120px;
	height: 240px;
	border: 1px solid #333333;
}

.tabborder{
	border: 1px solid #333333;
}


.tdform{
	background-color: #ffffff;
	padding: 5px;
}
.tdlist{
	color: #aaaaaa;
	background-color: #ffffff;
	font-size: 9px;
	padding: 5px;
	text-align:left;
}

h1 {
	color: #ff5200;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #333333;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #333333;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
p, ul, ol {
	color: white;
}
ul {
	padding-left: 10px;
	margin: 0px;
}
#img { 
	padding: 0px;
	float: center;
	}

#img a{
  text-decoration: none;
  background: #FFFFFF;
}

#img a:hover, #img a:active {
  text-decoration: none;
  background: #FFFFFF;
  border-bottom: #BBBBBB 0px solid;
}

form {
	display: inline;
	}
input, textarea, select {
	border: 1px solid #333333;
	background: #F8F8F8;
	padding: 2px;
	font-size: 10px;
	color: #333333;
}
input:focus, textarea:focus,select:focus, input:hover, textarea:hover, select:hover
{
	background: #FFFFFF;
	border: 1px solid #333333;
	padding: 2px;
	color: #333333;
}
button {
	border: 1px solid #333333;
	background: #333333;
	padding: 0px;
	font-size: 10px;
	color: #ffffff;
}
.go {
	width: 100;
	height: 20px;
	background-color: #ffffff;
	color: #ff5200;
	border: 1px solid #333333;
	margin: 0px;
	text-align: center;
	font-weight:bold;
	}
.xgo {
	width: 150;
	height: 20px;
	background-color: #ffffff;
	color: #ff5200;
	border: 1px solid #333333;
	margin: 0px;
	text-align: center;
	font-weight:bold;
	}
.fill {
	width: 150px;
	}
.lfill {
	width: 250px;
	}
.xlfill {
	width: 500px;
	}
.sfill {
	width: 120px;
	}
.xsfill {
	width: 60px;
	}
.xxsfill {
	width: 40px;
	}
.box {
	width: 150;
	height: 80px;
}
.xlbox {
	width: 500;
	height: 150px;
}
.xlhbox {
	width: 500;
	height: 300px;
}
.wbox {
	width: 250;
	height: 80px;
}
.sbox {
	width: 120;
	height: 60px;
}

.error {
	color:#990000;
}

	
.tab {
	border: 1px solid #ff5200;
}
.tdhead {
	background-color: #ff5200;
	color: #ff5200;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}
.tdrow1 {
	background-color: #ffffff;
	padding: 2px;
}
.tdrow2 {
	background-color: #fdfdf3;
	padding: 2px;
}
.tdinfo {
	background-color: #fdfdf3;
	padding: 2px;
}
.info {
	color:#ff5200;
	font-size: 10px;
	font-style:italic;
}
.tdtxt {
	color: #333333;
	text-align: left;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	
}