BODY {
	font-size: 100%;
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	FONT-WEIGHT: normal;
	font-size: 100%;
	vertical-align: top;
	color: navy;
	TEXT-DECORATION: none;
}
th {
	FONT-WEIGHT: bold;
	font-size: 100%;
	color: Navy;
	TEXT-DECORATION: none;
}
A {
	FONT-WEIGHT: bold;
	color: royalblue;
	TEXT-DECORATION: none;
}
A:hover {
	FONT-WEIGHT: bold;
	color: crimson;
	TEXT-DECORATION: none;
}
A.blueLink {
	FONT-WEIGHT: bold;
	FONT-SIZE: .8em;
	TEXT-DECORATION: none;
	line-height: 20px;
}
A.blueLink:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: .8em;
	color: Teal;
	TEXT-DECORATION: none;
	line-height: 20px;
}
A.SubHead:Link{
	color: Blue;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
A.SubHead:VISITED{
	color: Green;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
A.SubHead:Hover{
	color: #FF4500;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
span.italic {
	font-style: italic;
}
span.bold {
	font-weight: bold;
}    
div.bold {
	font-weight: bold;
}    
div.centre {
	text-align: center;
}    
img {
	float:left;
	margin-right:1.5em;
}  
img.right {
	float:right;
	margin: 1em;
} 
h1 {
	font-size: 2em;
	font-weight: bold;
	padding: 0;
}
h2 {
	color: Teal;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0;
}
h2.nav {
	color: purple;
	font-size: 1.5em;
}
h3 {
	font-size: 1.8em;
	color: navy;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.UserMsg {
	font-size: .8em;
	color: Maroon;
	padding: 10px;
}
table {
	border-collapse: collapse;

}
table.Blue {
	border-color: Blue;
}
table.orange {
	border-color: orangered;
}
H6 {
	font-size: .8em;
}
.Button {
	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-size: 1em;
	color: Teal;
	font-weight: bold;
}