/* CSS Document */

.maintable {
	border: groove #999999;
	background-color: #FFFFFF;
}
body {
	background-color: #99CCFF;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.thinborder {
	border: thin solid #999999;
}
.footer {
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.content {
	padding: 10px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #996666;
	font-style: oblique;
	margin-top: 10px;
	padding-left: 10px;
}
h2 {
	font-size: 16px;
	margin-bottom: -12px;
}
h3 {
	font-size: 14px;
	font-style: italic;
	text-indent: 40px;
}
a:link { 
	color: #993333; 
	text-decoration: none;
}

a:active {
	color: #993333;
	text-decoration: none
}

a:visited {
	color: #993333;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
	text-decoration: none;
}
.required {
	color: #990033;
}
.error {
	background-color: #FFFFCC;
}
hr {
	border: thin solid #999999;
}
