@charset "iso-8859-1";
body {
	padding:0;
	margin:0;
	color:#666666;
	background-color: #525252;
}
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
br{font-size:10px}
.s{color:#9A9A9A; text-decoration:none}
.grey{font-size:12px; color:#444444}
.green{color:#3E5A2A}
.red{color:#973034;}
.orange{color:#D79300}
.blue{color:#0066CC;}
.white {
	font-size:12px;
	color:#FFFFFF;
	font-weight: bolder;
	font-style: normal;
}
.w{font-size:9px; color:#CCCCCC}
.sm{font-size:9px; color:#0054A8}
.w1{font-size:10px; color:#CCCCCC}
.black{color:#666666; }

select
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width:1px;
	border-color:#666666;
	font-size:10px;
	LINE-HEIGHT: 10px;
	color: #973034;
	border-bottom-style: dashed;
}

input.formButton{
	color: #973034;
	background-color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
}
input.form{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #973034;
	margin: 3px 3px 0px 3px;
	font-style: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
 
a:link {
	color: #973034;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
a:visited {
	color: #973034;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	color: #973034;
}

h1 {
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
}
h2 {
	font-weight: normal;
	font-size: 14px;
	border-bottom:3px double;
	border-bottom-color: #973034;
	padding-bottom: 3px;
	color: #404040;
}
h3 {
	font-weight: normal;
	font-size: 12px;
	color: #535353;
}
h4 {
	font-weight: bold;
	font-size: 11px;
}
h5 {
	font-weight: normal;
	font-size: 12px;
	border-bottom:2px double;
	border-bottom-color: #404040;
	color: #404040;
}
#adminbox {
	width: 760px;
	max-width: 760px;
}

