body {
	font-family: "Tempus Sans ITC", Arial, sans-serif;
	font-size: 14px;
	color: #000066;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0000CC;
}
a:hover, a:hover:visited {
	color: #00CC00;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
}
.darklink {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 8px;
	padding-left: 8px;
}
.darklink  a, .darklink  a:link, .darklink a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.darklink a:hover, .darklink a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


.title {
	font-family: "Papyrus", "Tempus Sans ITC", Arial, sans-serif;
	font-size: 36px;
}
.big {
	font-family: "Papyrus", "Tempus Sans ITC", Arial, sans-serif;
	font-size: 24px;
}
.notice {
	font-size: 18px;
	font-weight: bold;
}
.main {
	font-size: 14px;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	text-indent: 0px;
}
.paragraph {
	text-align: justify;
	text-indent: 10px;
}
.justify {
	text-align: justify;
}
.highlight {
	font-style: italic;
	font-weight: bold;	
}
.header {
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	text-align: center;
}

.dark1 {
	color: #1155AA;
}
.dark2 {
	color: #CC6633;
}
.light1 {
	color: #AACCEE;
}
.light2 {
	color: #FFEECC;
}
.error {
	color: #E92D25;
}
.errorborder {
	background-color: #990000;
	border: 1px solid #E92D25;
	color: #FFFFFF;
}
.success {
	color: #0066CC;
}

.successborder {
	background-color: #DDDDDD;
	border: 1px solid #0066CC;
	color: #0066CC;
}
.black {
	color: #000000;
}
.red {
	color: #990000;
}
.blue {
	color: #000099;
}
.purple {
	color: #990099;
}
.green {
	color: #009900;
}
.orange{
	color: #FF9900;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.nav, .nav_on {
	font-family: "Papyrus", "Tempus Sans ITC", Arial, sans-serif;
	display: block;
	padding: 3px;
	font-size: 18px;
}
.nav a, .nav a:link, .nav a:visited{
	display: block;
	text-decoration: none;
	color: #000099;
	font-weight: bold;
	height: 65px;
}
.nav a:hover, .nav a:visited:hover{
	background-color: #DDDDFF;
	text-decoration: none;
	color: #0000FF;
}
.nav_on a, .nav_on a:link, .nav_on a:visited, .nav_on a:hover, .nav_on a:visited:hover{
	display: block;
	background-color: #DDDDFF;
	text-decoration: none;
	color: #000099;
	font-weight: bold;
	height: 65px;
}
.cellbutton {
	background-color: #F6F6F6;
	display: block;
	width: 100%;
	height: 100%;
}
.cellbutton a{
	background-color: #EEEEEE;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000000;
}
.cellbutton a:hover{
	background-color: #DDDDFF;
	text-decoration: none;
	color: #0000FF;
}
.cellbutton2 {
	background-color: #EFEFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.cellbutton2 a{
	background-color: #EFEFFF;
	display: block;
	text-decoration: none;
	color: #000000;
	width: 100%;
	height: 100%;
}
.cellbutton2 a:hover{
	background-color: #DDDDFF;
	text-decoration: none;
	color: #0000FF;
}
.subheader {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	color: #0099FF;
	background-color: #333333;
}
.border {
	border: 1px solid #8C8CD8;
	padding: 5px;
	margin: 15px;
}

.pad {
	padding: 8px;
}
.border2 {
	border: 1px solid #8C8CD8;
}
.formnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.block {
	padding-right: 16px;
	padding-left: 16px;
}
