body {
	background-color: white;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	color:red;
}

.errmsg {
	color:red;
}

.photo {
	border-width: 3px;
	border-style: solid;
	border-color: #860086;
}

.mainpage {
	border: 0px;
	width: 100%;
	padding: 0px;
	cell-spacing: 0px;
}

.main_table {
	border: solid black 1px;
}

.main_table th {
	border: solid #860086 1px;
	background: #860086;
	color: white;
	cell-spacing: 0px;
	text-align: center;
}

.main_table td {
	border: solid black 1px;
	cell-spacing: 0px;
	font-size: 12px;
}

.side_menu {
	width: 120px;
	border: solid black 1px;
}
.side_menu th {
	text-align: center;
	font-weight: bold;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:  #AAAAAA;
	border-bottom: solid black 1px;
}

.side_menu td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align: middle;
	padding: 0px;
	width: 120px;
	height: 21px;
}

.side_menu div {
	color: #860086;
	width: 120px;
	height: 21px;
	background-image: url(images/menu_button.gif);
}
.side_menu div:hover {
	color: white;
	width: 120px;
	background-image: url(images/menu_button_over.gif); }

.side_menu td div a {
	display: block;
	width: 120px;
	height: 21px;
}

.side_menu td div a:link, .side_menu td div a:visited {
	color: #860086;
	background: url(images/menu_button.gif);
}

.side_menu td div a:hover {
	color: white;
	font-weight: bold;
	background:  url(images/menu_button_over.gif);
	text-decoration: none;
}

input.login_field {
	width: 105px;
	height: 20px;
	font-size: 8pt;
}

#center_row {
	border-width: 0px;
	padding: 0px;
}
#center_row td {
	vertical-align: top;
}

#main_body {
	padding: 5px;
	width: 100%;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.fakelink {
	color: #860086;
	text-decoration: none;
	cursor:pointer;
}

a {
	color: #860086;
	text-decoration: none;
}

a:hover {
	color: #860086;
	text-decoration: underline;
}

hr {
	color: #860086;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.timedate {
	font-size: 11px;
	color: #0000BB;
}