BODY {
	background: white;
	color : #0d3177;
	font-family :  Arial, sans-serif;
	font-size: 10px;
	text-align: left;
}

.nrmTD {
	background: white;
	color : #0d3177;
	font-family :  Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.altTD {
	background: #D8F1FD;
	color : #0d3177;
	font-family :  Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.altTD:A {
	background: #D8F1FD;
	color : #0d3177;
	font-family :  Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

.altTD:A:Hover {
	background: blue;
	color : red;
	font-family :  Arial, sans-serif;
}

.selectedmenu {
	background: white;
	color : red;
	font-family : Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	border: medium;
}

.selectedmenu:A {
	background: white;
	color : red;
	font-family : Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

.menu {
	background: white;
	color : #0d3177;
	font-family : Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
.menu:A {
	background: white;
	color : #0d3177;
	font-family : Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: NONE;
}

.menu:A:Hover {
	font-weight: normal;
	color: red;
	text-decoration: NONE;
	background: white;
}

.button {
	background: white;
	color : #0d3177;
	font-family : Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align : top;
}

.button:A:Hover {
	color : red;
	text-decoration: none;
}

A {
	color : #0d3177;
	text-decoration: NONE;
}

A:Hover {
	color : red;
	text-decoration: none;
}


HR {
	color: #0d3177;
	height: 1pt;
	border : dashed;
}

P{
	background: white;
	color : #0d3177;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: left;
}