body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background: #889DFF;
}

.menubar {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    background: #889DFF;
}

.searchBox {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background: #CCCCCC;
}

H1 {
	font-size: 16pt;
}

H2 {
	font-size: 14pt;
	text-decoration: underline;
}

H3 {
	font-size: 12pt;
	font-weight: bold;
}

H4 {
	font-size: 10pt;
}

H5 {
	font-size: 8pt;
	color: #FF0000;
}

th {
	font-size: 9pt;
	vertical-align: top;
	color: #000000;
}

td {
	font-size: 8pt;
	vertical-align: top;
}

.textinput {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10pt;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.details {
	padding-left: 100;
}

A {
	color: #FF0000;
}

.tableheader {
	background-color: #F9E2FE;
}

.tablerowodd {
	background-color: #DBC5FA;
}

.tableroweven {
	background-color: #CCABF8;
}

