.topnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
.linktext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #990000;
}
.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.box {
	border: thin solid #003366;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #990000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #990000;
}
body {
	margin: 0px;
	padding: 0px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #993333;
}
.topborder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
}
.topbottom {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
.bottomborder {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #990000;
}
.topdouble {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #990000;
}
.bottom_right {
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
}
.top_right {
	border-top-width: thin;
	border-right-width: medium;
	border-top-style: solid;
	border-right-style: double;
	border-top-color: #990000;
	border-right-color: #990000;
}
