body
{
	background: #518EBB;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1           
{
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-size: 14pt;
	font-weight: bold;
}

body
{
	font-size: 10pt;
	line-height:150%
}

td
{
	font-size: 10pt;
	line-height: 150%;
	vertical-align: top;
}

a
{
	color: #000080;
}

a:hover {
	color: #800080;
	text-decoration: none;
}

textarea, te {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #73A2C6;
	color: White;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #73A2C6;
	color: White;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #73A2C6;
	color: White;
}

.box {
	border: 1px solid Blue;
	width: 100%;
	text-align: center;
	background-color: #73A2C6;
}

.boxcell200{
	padding: 10px;
	height: 200px;
}

.highlight {
	color: #FFFF00;
	font-weight: bold;
}

.subtext {
	font-weight: bold;
	font-size: xx-small;
}

.subtexthighlight {
	font-weight: bold;
	font-size: xx-small;
	color: #FFFF00;
}

.smalltext {
	font-size: xx-small;
}

span.highlight {
	color: #FFFF00;
	font-weight: bold;
}

span.subtext {
	font-weight: bold;
	font-size: xx-small;
}

span.smalltext {
	font-size: xx-small;
}

span.subtexthighlight {
	font-weight: bold;
	font-size: xx-small;
	color: #FFFF00;
}