BODY {
	FONT-SIZE: .8em;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

TD {
	FONT-WEIGHT: normal;
	FONT-SIZE: .8em;
	COLOR: Navy;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
TH {
	FONT-WEIGHT: bold;
	FONT-SIZE: 1em;
	COLOR: Navy;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
A {
	FONT-WEIGHT: bold;
	COLOR: royalblue;
	FONT-FAMILY: sans-serif;
	TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: bold;
	COLOR: crimson;
	FONT-FAMILY: sans-serif;
	TEXT-DECORATION: none
}
A.blueLink {
	FONT-WEIGHT: bold;
	FONT-SIZE: .8em;
	COLOR: royalblue;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height : 20px;
}
A.blueLink:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: .8em;
	COLOR: Teal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height : 20px;
}
A.SubHead:Link{
	color : Blue;
	font-size : 1em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A.SubHead:VISITED{
	COLOR: Green;
	font-size : 1em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A.SubHead:Hover{
	COLOR: #FF4500;
	font-size : 1em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
span.italic {
	font-style : italic;
}
span.bold {
	font-weight : bold;
}    
div.centre {
	text-align : center;
}    
img {
	float:left;
	margin-right:1.5em;
}  
img.right {
	float:right;
	margin : 1em;
} 
H2 {
	COLOR: Teal;
	font-size : 1.1em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif
}
H2.nav {
	COLOR: purple;
	font-size : 1.1em;
	font-family : Arial, Helvetica, sans-serif
}
H3 {
	font-size : 1.3em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif
}
H4 {
	font-size : 1.2em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif
}
.UserMsg {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
	color : Maroon;
	padding : 10px;
}
TABLE.Blue {
	border-color : Blue;
}
TABLE.orange {
	border-color : orangered
}
H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
}
.Button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
	color : Maroon;
}
LI {
	color : Maroon
}
LI LI {
	color : Navy
}
.Red {
	color : Red
}
LI LI LI {
	color : Maroon
}
LI LI LI LI {
	color : Navy
}
LI LI LI LI LI {
	color : Maroon
}
.Violet {
	color : Violet
}
.Green {
	color : Green
}
.Link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
	color : Teal;
	font-weight : bold;
}