body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
}

label {
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}

label.check {
	font-weight: normal;
}

table {
	margin: 0;
	padding: 0;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#btnOk {
	background: url(imgs/btn_ok.gif) no-repeat;
	display: block;
	width: 46px;
	height: 19px;
}

#btnOk:hover {
	background-position: 0 -19px;
}

#btnOk span {
	display: none;
}

.big {
		color: #ccc;
		font-size: 16px;
}

.big em {
	font-size: 12px;
	font-style: normal;
}

img {
	border:0;
}

p {
	margin:0;
	margin-bottom: 15px;
	padding:0;
}

.over:hover td {
	background: #015901;
	}

#logo,
#content,
#footer {
	margin: 0 auto;
	width: 560px;
}

#logo {
	background-image: url(imgs/top_header.gif);
	background-position: right;
	height: 100px;
	margin-bottom: 18px;
	width: 560px;
}

#animation {
	float: right;
	margin: -90px 310px 0 0;
	_margin-right: 155px;
}

#content {
	background: url(imgs/top.jpg) no-repeat;
	padding: 100px 18px 0px 18px;
}

#formHdr {
	background: #002905 url(imgs/header_opt.jpg) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 540px;
	padding: 10px;
	margin: 0 -10px;
}

#formHdr em {
	font-size: 11px;
	color: #14861c;
	font-style: normal;
}

#formBody {
	background: #000 url(imgs/base.jpg) no-repeat scroll 0 100%;
	width: 560px;
	margin: 0 -10px;
}

#formBody td {
	padding: 10px;
}

#formBody em {
	color: #14861c;
	font-style: normal;
	font-size: 11px;
}

#formBody td.first {
	width: 25px;
	padding: 10px 0;
	text-align: right;
}

#contentBtm {
	background: #000;
	padding: 10px 18px 34px;
	color: #ccc;
	width: 560px;
	margin: 0 auto;
}

#contentBtm em {
	font-style: normal;
}

#contentBtm a {
	color: #fff;
	font-weight: bold;
}

#footer {
	text-align: center;
	color: #a6a6a6;
	font-size: 10px;
}

.surveyOpt {
	font-weight: bold;
	font-size: 12px;
}