body {
	margin: 5px 0px;
	color: #2C5399;
	font-family: verdana ref, arial, helvetica, sans-serif;
	font-size: 10pt;
	scrollbar-face-color: #A2CFEE;
	scrollbar-shadow-color: #1BA6DD;
	scrollbar-highlight-color: #CFEDF7;
	scrollbar-3dlight-color: #009ED6;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #D0E5F6;
	scrollbar-arrow-color: #FFFFFF;
}

a:link {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #EE0000;
	font-weight: bold;
}

td.nav a {
	text-decoration: none;
}

a.red {
	color: #BC222D;
}

hr {
	color: #5E7AB0;
	height: 1px;
}

.h1 {
	font-size: 14pt;
	font-weight: bold;
}

.h2 {
	font-size: 12pt;
	font-weight: bold;
}

div.blue {
	border: 1px solid #5E7AB0;
	width: 200px;
	height: 400px;
}

p.indent {
	margin-left: 30px;
}

.small {
	font-size: 10pt;
}

th {
	font-family: verdana ref, arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #2C5399;
	text-align: left;
}

td {
	font-family: verdana ref, arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #2C5399;
}

td.body {
	font-size: 10pt;
}

td.footer {
	color: white;
}

td.footer a {
	color: white;
	text-decoration: none;
}

td.footer a:hover {
	color: white;
	text-decoration: underline;
}

table.blue {
	border-collapse: collapse;
	border: 1px solid #2C5399;
}

table.blue th {
	border: 1px solid #2C5399;
}

td.body table.blue td {
	font-size: 10pt;
}

td.body table.blue th {
	font-size: 10pt;
}

table.blue td {
	border: 1px solid #2C5399;
	padding: 5px;
}

input {
	color: #2C5399;
	font-family: verdana ref, arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

input.button {
	background-color: #9CAECE;
	color: white;
}

select {
	color: #2C5399;
	font-family: verdana ref, arial,helvetica,sans-serif;
	font-size: 10pt;
}

textarea {
	color: #2C5399;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
}

#content {
	background-color: white;
	border-left: 2px inset buttonface;
	border-top: 2px inset buttonface;
	border-bottom: 2px inset white;
	border-right: 2px inset white;
	color: #2C5399;
	font-family: verdana ref, arial, helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
	height: 200px;
	overflow: auto;
	padding: 1px;
	scrollbar-base-color: buttonface;
}