body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7DB65B;
	line-height: 20px;
}

a.topnav:link, a.topnav:visited {
	color: #008ECE;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 1px;
} 
a.topnav:active, a.topnav:hover {
	color: #7DB65B;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
} 

a.sidenav:link, a.sidenav:visited {
	color: #7DB65B;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 18px;
} 
a.sidenav:active, a.sidenav:hover {
	color: #008ECE;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
	line-height: 18px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #008ECE;
	text-decoration: none;
	line-height: 18px;
	margin-top: 10px;
}

h2 {
	font-size: 14px;
	color: #008ECE;
	text-decoration: none;
	line-height: 16px;
	margin-top: 10px;
}

h3 {
	font-size: 12px;
	color: #7eb65b;
	text-decoration: none;
	line-height: 14px;
	margin-top: 10px;
}

#box1TBL {
	margin-left: 25px;
}

#box2TBL {
	background-image:url(images/box2_bg.gif);
	background-repeat:repeat-x;
	margin-left: 10px;
	margin-top: 30px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.missing {
	color: #FF0000;
}

.footer {
	font-size: 10px;
}
.top {
	font-size: 9px;
	text-align: right;
	text-transform: uppercase;

}