body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.menutext { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.menutable  { background-color: #F3F3F3 }
a:hover { color: white; background-color: blue }
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.red {
	color: #990000;
}
#nav-top  {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 5px;
	height: 15px;
	padding-bottom: 5px;

}
#nav-top ul {
	display: inline;
}
#nav-top   li  {
	display: inline;
	padding-right: 15px;
}

#nav-top a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
}
#nav-top a:hover {
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	color: #DD2F31;
	background-color: #CCCCCC;
}form {
	margin-left: 25px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	width: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
}
textarea {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px;
}
#rt {
}
#rt  p {
	padding-left: 20px;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	padding-right: 20px;

}
