.heading {   font-size: large; font-weight: bold}
.maintext {
	font-size: 10pt;
	font-weight: normal;
}

.subheadings {  font-size: 10pt; font-weight: bolder; text-transform: none; text-decoration:none}

a:link{
	font-size:10pt;
	text-decoration:none;
	font-weight: bold;
	color: #FFFF00;
}
a:visited{ color:#FFFF00; font-size:10pt; text-decoration:none; font-weight: bold;}
a:hover{ color:#FFFFFF; font-size:10pt; text-decoration:none; font-weight: bold;}
a:active{ color:#FFFFFF; font-size:10pt; text-decoration:none; font-weight: bold;}
input { border : 1 dashed Navy;}
select { border : 1 dashed Navy;}
body {
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000099;
	color: #FFFF00;
	font-weight: bold;
}
.small {
	font-size: 9pt;
	font-weight: normal;
}
table {
	font-size: 9pt;
	font-weight: normal;
}
.altrow {
	background-color: #003399;
}
.row {
	background-color: #330099;
}
