@charset "utf-8";
body {
	font-family: Arial, Verdana, Geneva, sans-serif;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
	font-size: 12px;
	color: #414141;
}
a {
	color: #414141;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.sm {
	font-size: 11px;
}
.white, .white a {
	color: #FFF;
}
.yellow {
	color: #fff600;
}
.title {
	font-family: Georgia;
	font-size: 24px;
}
.title2 {
	font-family: Georgia;
	font-size: 18px;
}
.red {
	color: #982b34;
}
.orange {
	color: #f18621;
}
.nav {
	padding: 6px 0px 6px 10px;
	background:url(/templates/16/sep.gif) no-repeat top left;
	font-size: 13px;
}
.nav div {
	background:url(/templates/16/arrow.gif) left center no-repeat;
	padding-left: 10px;
}
.navBot {
	height:2px;
	background:url(/templates/16/sep.gif) no-repeat top left;
}

img
{
	border:0px
}

.content, .content a
{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.table
{
	border-collapse:collapse;
}
.table tr.th TH
{
	border-bottom: 1px solid #d9d9d9;
	font-weight: bold;
	text-align: left;
font-size: 16px;
}
.table tr.td TD
{
background: #f6f6f6;
	border-bottom: 1px solid #d9d9d9;
}
.none, .table tr.th TH TABLE, .table tr.td TD TABLE
{
	border-collapse: separate;
}
.none TD, .none TH, .table tr.th TH TABLE TH, .table tr.td TD TABLE TD
{
	font-weight: none;
	border: 0px;
}
ul.tabber, ul.tabberDisable
{
	list-style:none;
	margin:0px;
	margin-bottom:10px;
	padding:4px 4px 0px;
	border-bottom:1px solid #000000;
}
ul.tabber li:hover, ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	border-bottom:1px solid #FFFFFF;
	background:#FFFFFF;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}
ul.tabber li, ul.tabberDisable li
{
	display:inline;
	border:1px solid #000000;
	border-bottom:0px;
	padding:2px 8px 0px;
	margin-right:8px;
	background:#CCCCCC;
	cursor: default;
}
ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	cursor: default;
}
ul.tabber li.none, ul.tabberDisable li.none
{
	border: 0px;
	padding:2px 0px 0px;
	background:transparent;
}
.error
{
	color:#FF0000;
}