A:link {color: navy; text-decoration: none}
A:visited {color: navy; text-decoration: none}
A:active {text-decoration: none}
A:hover {color: rgb(95%,0%,5%); text-decoration: none}

P.masthead {
	margin: 0 0 0 0;
	background-color: #3B0696;
}

DIV.menu {
	float: right;
	background-color: #CFDAFF;
	padding: 10;
}

DIV.page {
	padding: 10;
}

P.menu1 {
	color: navy;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10;
	margin-bottom: 0;
}

P.menu2 {
	color: blue;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

BODY {
	margin-left: 0;
	margin-top: 0;
}

H1 {
	font-size: large;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: navy;
	margin-top: 10;
}

H2 {
	font-size: small;
	color: navy; 
	font-family: Arial, Helvetica; 
	text-decoration: none; 
	font-weight: bold
}

H3 {
	font-size: small;
	color: navy; 
	font-family: Arial, Helvetica; 
	text-decoration: none; 
	font-weight: normal
}

TABLE {
	border-style: none;
	border: 0;
	border-collapse: collapse;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10;
}

TH {
	background-color: #ECB7BF;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	padding: 5;
}

CAPTION {
	margin-bottom: 0;
	font-family: Arial, Helvetica;
	color: navy;
	font-weight: bold;
	align: top;
	text-align: center;
	background-color: #CFDAFF;
	padding: 5;
}

TBODY {
	vertical-align: top;
}

TD {
	padding: 5;
}

IMG {
	margin: 0;
	border-style: none;
}

UL.plain {
	list-style-type: none;
	padding : 0;
	margin : 0;
}

P.legal {
	clear: both;
	font-size: smaller;
	font-family: Arial, Helvetica;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}


