@charset "utf-8";
body {
	font: 12px "Courier New", Courier, monospace;
	background-color: #3c5180;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
}

select, input[type=text], input[type=submit], input[type=reset], input[type=button], input[type=password], textarea {
	margin-bottom: 6px;
	margin-left: 6px;
	font: 12px "Courier New", Courier, monospace;
}

img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	display: block;
	background: url(images/dotted.png) repeat-x;
	margin: 4px;
	height: 22px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 13px;
	color: #333;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #E0E0E0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
h3 {
	font-size: 12px;
	color: #B3101E;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
p, fieldset, table {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
fieldset {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
th {
	border-bottom: 1px solid #B3101E;
	text-align: left;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
.hover div {
	position: relative;
	width: 150px;
	left: 150px;
	top: -25px;
	background-color: #FFF;
	z-index: 10;
}
td {
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
}
.marked {
	background-color: #E0E0E0;
}
td.note {
	font-size: 11px;
	color: #666;
	border-bottom: 1px solid #666;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
strong.error {
	color: #B3101E;
}
.box {
	background: #FFF;
	border: 1px solid #999;
}
div.note {
	font-size: 11px;
	font-style: italic;
	padding: 3px;
	margin: 6px;
	background-color: #E0E0E0;
}
div.note img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
