body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 10px;
	color: #CCCCCC;
	margin: 0px;
	text-align: right;
}
h2 {
	font-size: 15px;
	color: #8A0506;
	margin-bottom: -10px;
}
.blue {
	color: #006699;
}

.p1 {
	margin-right: 30px;
	margin-left: 25px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #006699;
	border-left-color: #006699;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	text-align: justify;
}
.nav {
	font-size: 11px;
	color: #999999;
}
.nav a {
	color: #666666;
	text-decoration: none;
}
.nav a:hover {
	color: #A60302;
	text-decoration: none;
}
.nav a:active {
	color: #006699;
	text-decoration: none;
}
.bottom {
	color: #003366;
	background-color: #006699;
	padding: 5px;
	font-size: 11px;
}
.bottom a {
	color: #003366;
	text-decoration: none;
}
.bottom a:hover {
	color: #003366;
	text-decoration: underline;
}
.bottom a:active {
	color: #003366;
	text-decoration: underline;
}
.indented {
	padding-left: 10px;
	padding-top: 5px;
}
.fields {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #006699;
}
a {
	color: #A60302;
	text-decoration: underline;
}
