A {
	text-decoration : none;
	font-weight : bold;
	color : #990000;
	
}

A:HOVER {
	color : #ff0000;
}

A:ACTIVE, A:VISITED {
	
}
A.NavBar:ACTIVE,  A.NavBar:LINK, A.NavBar:VISITED {
	font-weight : bold;
	font-style : italic;
	color : #000000;
	font-family: verdana, arial, sans-serif;
    text-align: left;
	font-size: 16pt;
}

A.NavBar:HOVER {
	color : #0000ff;
}
A.HomeLink:ACTIVE,  A.HomeLink:LINK, A.HomeLink:VISITED {
	font-weight : bold;
	font-style : italic;
	color : black;
	background : white;
	font-family: verdana, arial, sans-serif;
    text-align: left;
	font-size: 110%;
	border : solid;
	border-width : thin;
	border-color : red;
	padding-left : 1em;
	padding-right : 1em;
	margin-bottom : 1em;
}

A.HomeLink:HOVER {
	color : blue;
}
div.listitem {
	font-weight : normal;
	color : black;
	font-family: Times New Roman, Times, serif;
    text-align: left;
	font-size: 18pt;
}
div.TopHeader {
	text-align : center;
	font-size : 200%;
	color : red;
	font-style : italic;
	font-family :Impact, Times New Roman, Times, serif;
}
li.CustItem {
	text-align : left;
	font-size : 1.4em;
	color : black;
	font-style : normal;
	font-family : Times New Roman, Times, serif;
	list-style : outside disc;
}
li.Item {
	text-align : left;
	font-size : 1.3em;
	color : black;
	font-style : normal;
	font-family : Times New Roman, Times, serif;
	list-style : outside;
}
li.SubItem {
	text-align : left;
	font-size : +100%;
	color : black;
	font-style : normal;
	font-family : Times New Roman, Times, serif;
}


