﻿body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link { color: #880000; text-decoration: none; }
a:visited { color: #880000; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; }
a:active { color: #0000FF; text-decoration: none; }

table#mainTable {
	width: 100%;
}
td#mainCell {
	width: 571px;
	height: 1px;
	vertical-align: top;
}

td#sideMenuCell {
	width: 100px;
	vertical-align: top;
}
.sidemenu {	
	border: 3px solid black;
	border-collapse: collapse;
	margin: 20px 0px 0px 13px;
	width: 144px;
}

.sidelink {
	width: 100%;
	height: 30px;
	margin: 0px;
	border: 0px;
	padding: 0px;

	text-align: center;
	vertical-align: middle;

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;

	color: white;
	background-color: black;

	cursor: pointer;
}

.sidelink#sideactive {
	color: white;
	background-color: #00A0A0;
	font-size: 12pt;
}

p.sideOptionTitle {
	font-size: 11pt; font-weight: bold; margin: 0px; color: white; background-color: black
}
p.sideOptionLink {
	font-size: 10pt; font-weight: bold; background-color: #EEEEEE; margin: 0
}

.topmenu {
	width: 100%;
	height: 30px;
	margin: 0px;
	border: 2px solid #003333;
}

.toplink {
	width: 11.11%;
	border: 1px solid #006666;

	text-align: center;
	white-space: nowrap;

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;

	color: white;
	background-color: #008080;

	cursor: pointer;
}

.toplink#topactive {
	color: white;
	background-color: #00A0A0;
	font-size: 12pt;
}

.hitCounter {
	color: blue;
	font-weight: bold;
}
.loginBox {
	background-color: #00A0A0;
}

/* Status Message */
.message {
	font-size: 10pt;
	font-style: italic;
}

a:link#handouts { color: black }
a:visited#handouts { color: black }
a:hover#handouts { color: red }
a:active#handouts { color: blue }
