body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}
a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.login
{
	font-size: 12px;
}
.login input
{
	padding: 2px;
	margin: 0px;
	font-size: 12px;
}
.login select
{
	border: 1px solid #000000;
	font-size: 12px;
}
.grey, .grey a
{
	font-weight: bold;
	font-size: 10px;
	color: #B9B9B9;
}
.grey2, .grey2 a
{
	font-weight: bold;
	font-size: 12px;
	color: #787878;
}
.grey3, .grey3 a
{
	font-weight: bold;
	font-size: 10px;
	color: #787878;
}
.red, .red a
{
	font-weight: bold;
	font-size: 12px;
	color: #A10304;
}
.links, .links a
{
	font-weight: bold;
	font-size: 14px;
line-height:18px;
	color: #A10304;
}
.small
{
	font-size: 11px;
}
big
{
	font-weight: bold;
	font-size: 18px;
	color: #A10304;
}
.f, .f a
{
	font-size: 11px;
	color: #FFFFFF;
}

img
{
	border:0px
}

.content, .content a
{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.content img
{
	max-width: 675px;
	height: auto;
}

.table
{
	border-collapse:collapse;
	border: 1px solid #000000;
}
.table tr.th TH a
{
color: #FFFFFF;
}
.table tr.th TH
{
background: #A10304;
color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
	text-align: left;
}
.table tr.td TD
{
	border: 1px solid #000000;
}
.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;
}
.title, .title a
{
	color: #0100FE;
	font-weight: bold;
	font-size: 14px;
}
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 a, ul.tabber li.pressed a, ul.tabberDisable li.pressed a
{
 
color: #FFFFFF;
}
ul.tabber li:hover, ul.tabber li.pressed, ul.tabberDisable li.pressed
{
	border-bottom:1px solid #A10304;
color: #FFFFFF;
	background:#A10304;
	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:#FFFFFF;
	cursor: default;
color: #696969;
}
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;
}