body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1, h2, p, .formTable {
	margin-left: 14px;
	margin-right: 14px;
}
h1 {
	font-weight: normal;
	color: #060;
	font-size: 1.5em;
}
h2 {
	font-weight: bold;
	color: #060;
	font-size: 0.9em;
	margin-bottom: 0;
}
p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 0;
}
a {
	color: #060;
}
a:link {
	color: #060;
}
a:visited {
	color: #666;
}
a:hover {
	color: #009500;
}
a:active {
	color: #060;
}
input {
	margin-top: 1px;
	margin-bottom: 1px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
#header {
	background-color: #060;
	width: 100%;
	background-image: url(../images/header_bground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 103px;
}
#logo {
	margin: 10px;
}
.navitem {
	padding: 8px 5px;
	float: right;
	width: 80px;
	text-align: center;
}
.navitem#selected {
	background-color: #007D00;
}
.navitem img {
	border: 1px solid #fff;
	margin-bottom: 3px;
}
.navitem a:hover img {
	border: 1px solid #b5fe1a;
}
.navitem a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.65em;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 0.75em;
} 
.navitem a:link {
	color: #fff;
}
.navitem a:visited {
	color: #ddd;
}
.navitem a:hover {
	color: #b5fe1a;
}
.navitem a:active {
	color: #fff;
}
#footer {
	clear:both;
	background-color: #060;
	width: 99%;
	font-size: 0.6em;
	color: #fff;
	padding: 0.4em;
}
.copyright {
	margin: 0 12px;
}
#wrapper {
	width: 100%;
	background-color: #efffdd;
}

#cell1 {
	width: 63%;
	background-color: #efffdd;
	padding-top: 1em;
	padding-bottom: 1em;
}
#cell3 {
	text-align: center;
}
#layoutTable {
	width: 100%;
}
#warningBox {
	background-color: #ff0;
	background-image: url(../images/warning_stripes.gif);
	width: 228px;
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 15px;
	margin: 4em auto;
	line-height: 0;
	font-size: 10px;
	text-align: left;
}
#warningBox p {
	margin: 0.3em 5px;
	line-height: 1.4em;
	font-size: 1.1em;
}
#warningBox h2 {
	margin: 0.3em 5px;
	line-height: 1.4em;
	font-size: 1.3em;
	color: #000;
}
#warningTriangle {
	margin: 5px;
}
#fact {
	float: right;
	width: 153px;
}
.logos {
	line-height: 2em;
}
.logos img {
	margin-top: 10px;
	margin-bottom: 5px;
}
.formTable th {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	padding: 1px;
	vertical-align: top;
}
.formTable td {
	padding: 1px;
}
.formHint {
	font-size: 0.9em;
	font-weight: normal;
}