@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #426B81;
	background-color: #002D40;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.tableBlue {
	background-color: #B1C6D1;
}
.tableWhite {
	background-color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.tableTan {
	background-color: #E5E7C7;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002D40;
}
.smallTxt {
	font-size: 10px;
	color: #002D40;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #990000;
}
a.goose:link {
	color: #0000FF;
	text-decoration: none;
}
a.goose:visited {
	text-decoration: none;
	color: #0000FF;
}
a.goose:hover {
	text-decoration: underline;
	color: #990000;
}
a.goose:active {
	text-decoration: none;
	color: #0000FF;
}
.txtFooter {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.required {
	color: #CC0000;
}
