body {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	background: #98311e;
}
body, div, p, td, span, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #a41d23;
}
input {
	font-size: 12px;
	color: black;
}
a {
	text-decoration: underline;	
	color: #a41d23;
}
a:hover {
	text-decoration: none;	
}
#login-form { 
	position: absolute; 
	top: 30px; 
	display: none; 
	width:95%; 
	z-index: 66; 
	font-size:12px; 
}
td.loginForm { 
	font-size: 12px; 
	border: 1px solid #666666; 
	border-right-color:black; 
	border-bottom-color:black; 
	background-color: white; 
}
#login-form td.loginForm table { 
	border: 15px solid white; 
}
td.loginForm td { 
	font-size: 12px; 
}
td.loginForm div { 
	margin-bottom: 0.5em; 
}
td.loginForm a { 
	color: #666666; 
}

h1 {
	font-size: 20px;
	font-weight: bold;	
	margin: 0px 0px 20px 0px;
}

.SubMenu {
	padding: 5px 3px 5px 10px;
	border-bottom: 1px solid #98311e;	
}

.SubMenu A {
	font-size: 14px;
}

ol li {
	margin: 15px 0px;
}