﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C5BA1;
	background-image: url(/images/bkg.gif);
	background-repeat: repeat-x;
	background-color: #05529C;
	margin: 0px;
}
.tdborder {
	border: 1px solid #233B61;
	background-color: #FFEDC2;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #2176C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDBF9C;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	border-collapse: collapse;
	/*border: 1px #000000 solid;*/
	margin: auto;
}
td {
	text-align: left;
	vertical-align: middle;
	/*border: 1px #000000 solid;*/
}
th {
	font-weight: bold;
	text-align: center;
	border: 1px #000000 solid;
}
form {
	margin: 0;
}
#spacer {
	height: 1em;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}
.menuOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFF00;
	cursor: pointer;
	text-align: center;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.articleheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0C5BA1;
	font-weight: bold;
}
.cell {
	background-color: #FFEDC2;
}
.cellOver {
	background-color: #C0C0C0;
}
.shadow1 {
	width: 198px;
	height: 200px;
	border-right: 4px #C0C0C0 solid;
	border-bottom: 4px #C0C0C0 solid;
}
.shadow2 {
	border: 1px #000000 solid;
	width: 200px;
	height: 200px;
	margin-top: -3px;
	margin-left: -3px;
}
