body {
	font-size: 12px;
	margin: 10px;
	color: #800000;
	font-family: Verdana, Sans-Serif;
	background-color: #ffe9b9;
}
table, td {
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	vertical-align: top;
}
a {
	color: #00008b;
	text-decoration: none;
}
a:hover {
	color: #cd5c5c;
	text-decoration: underline;
}
img {
	border: none;
}
.txtInput {
	border-right: #800000 1px solid;
	border-top: #800000 1px solid;
	font-size: 11px;
	border-left: #800000 1px solid;
	color: #800000;
	border-bottom: #800000 1px solid;
	background: #ffffff;
}
.btnSubmit {
	border-right: #800000 2px solid;
	border-top: #800000 2px solid;
	font-size: 11px;
	border-left: #800000 2px solid;
	color: #800000;
	border-bottom: #800000 2px solid;
	cursor: hand;
	text-align: center;
	font-weight: bold;
}
.tblGrey {
	border: solid 2px #d3d3d3;
	background: #ffffff;
}
.tdGreyTop {
	background-color: #c0c0c0;
	text-align: center;
	border: solid 1px #d3d3d3;
	padding: 3px;
}
.tdGrey {
	background: #ffffff;
	border: solid 1px #d3d3d3;
	padding: 3px;
}
.spnTitleBig {
	font-weight: bold;
	font-size: 25px;
}
.spnRed {
	font-weight: bold;
	color: #ff0000;
}
.spnGreen {
	font-weight: bold;
	color: #008000;
}
.spnSmall {
	color: #800000;
	font-size: 11px;
}
.spnItalic {
	color: #800000;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
.spnItalicGreen {
	color: #808000;
	font-style: italic;
	font-weight: bold;
}

.lowercaption {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: bold}
