﻿a:link, a:visited {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #324F6D;
	text-decoration: underline;
	cursor: pointer;
}
.white {
	background-color: #FFFFFF;
}
.lightyellow {
	background-color: #FFFF66;
	cursor: pointer;
}
.lightblue {
	background-color: #C8D7E3;
}
body {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 0;
	margin-left: 0;
	background-color: #99CCFF;
	/*
	background-color:#E2EBF1;
	background-image:url('images/background.jpg');
	*/
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 5px;
}
html {
	height: 101%;
	/*
	overflow-y: scroll;
	*/
}
p {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
}
li {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
li.disc {
	list-style-type: disc;
}
li.number {
	list-style-type: decimal;
}
ol.bold {
	font-weight: bold;
}
ol.normal {
	font-weight: normal;
}
td {
	font-size: 12px;
	font-weight: normal;
}
td.menu {
	color: #9FB9CE;
	background-color: #C8D7E3;
	font-weight: bold;
	text-align: center;
}
td.menuleftheader {
	color: #FFFFFF;
	background-color: #344E6C;
	font-weight: bold;
	text-align: center;
	border: 0px solid #FFFFFF;
	padding: 5px;
}
td.menuleft {
	font-weight: bold;
	text-align: center;
	border: 1px outset #FFFFFF;
	padding: 0;
}
td.menuleftfiller {
	height: 20px;
	text-align: center;
	border: 1px solid #FFFFFF;
}
td.menuleftspecial {
	font-weight: bold;
	text-align: center;
	border: 1px outset #FFFFFF;
	padding: 0;
}
font.menutopseparator {
	color: #9FB9CE;
}
font.menutext {
	color: #344E6C;
}
font.menutextother {
	color: #0000FF;
	font-weight: bold;
}
div.center {
	text-align: center;
}

