H1 {
	font-size: 20px;
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
H3 {
	font-size: 15px;
	color: navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration : none;
}
a:visited{
	color: maroon;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration : none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: fuchsia;
	text-decoration : none;
}
a:link.white {
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration : none;
}
a:visited.white{
	color: maroon;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration : none;
}
a:hover.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: yellow;
	text-decoration : none;
}
li.oItem {
	color: blue;
	cursor: text; }

li.oParent {
	color: blue;
	font-weight: bold;
	cursor: hand;
}
ul ul {
	display: none;
}
li {
	font-size:12px;
	color: black;
	font-weight: bold;
	list-style-type : disc;
}

body {
	background-color: #00005A;
	background: #00005A;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

P {
	font-size:12px;
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.style1 {
	font-size: 24px;
	color: #FFFFCC;
}
.style2 {
	font-size: 12px;
	color: #FFFFFF;