BODY {
	background-image : url("./images/back_home.jpg");
	background-repeat : no-repeat;
	background-color : #FFFFFF;
	background-position : left top;
	font-family : Bookman Old Style, Georgia, serif;
	font-size : small;
	font-style : normal;
	font-weight : normal;
	list-style-type : disc;
}

.navigation {
	margin : 2px;
}

.position {
	color : Red;
	margin : 2px;
}

.navigation2 {
	font-size : smaller;
	text-indent : 0.5em;
	margin : 1px;
}

.notes {
	font-size : smaller;
}

TD.formhead {
	background-color : navy;
	color : white;
}

TD.formcontent {
	background-color : silver;
}

H1 {
	font-size : larger;
	font-weight : bold;
	color: Navy;
}


H2 {
	font-size : larger;
	color: Navy;
}


H3 {
	font-weight : bold;
	color: Navy;
}

H4 {
	font-style : italic;
 	color: Navy;
}



A:LINK {
	color : Navy;
	text-decoration : none;
}

A:VISITED {
	color : Purple;
	text-decoration : none;
}

A:ACTIVE {
	color : Blue;
	text-decoration : none;
}



