BODY {
	COLOR: black; BACKGROUND-COLOR: white; font-family: "arial", sans-serif
}
A:link {
	COLOR: blue
}
A:visited {
	COLOR: purple
}
A:active {
	COLOR: purple
}
A:hover {
	COLOR: fuchsia
}
.nav {
	FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: "arial", sans-serif; TEXT-ALIGN: right;
	background-color: #336699; border-bottom: 1px solid black;
}
.nav A:link {
	COLOR: white; background-color: #336699; text-decoration: none
}
.nav A:visited {
	COLOR: white; background-color: #336699; text-decoration: none
}
.nav A:active {
	COLOR: #99F3FF; background-color: #336699; text-decoration: none
}
.nav A:hover {
	COLOR: #99F3FF; font-weight: bold; text-decoration: none
}
.at {
	FONT-SIZE: 12px; COLOR: red; background-color: #336699; FONT-FAMILY: "arial", sans-serif; FONT-WEIGHT: bold;
	TEXT-ALIGN: right; border-bottom: 1px solid black
}

.subnav {
	FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: "arial", sans-serif; FONT-STYLE: italic; TEXT-ALIGN: right;
	background-color: #6189B0; border-bottom: 1px solid black
}
.subnav A:link {
	COLOR: white; background-color: #6189B0; text-decoration: none;
}
.subnav A:visited {
	COLOR: white; background-color: #6189B0; text-decoration: none
}
.subnav A:active {
	COLOR: #99F3FF; background-color: #6189B0; text-decoration: none
}
.subnav A:hover {
	COLOR: #99F3FF; background-color: #6189B0; font-weight: bold; text-decoration: none
}

.audnav {
	FONT-SIZE: 12px; COLOR: red; FONT-FAMILY: "arial", sans-serif; TEXT-ALIGN: left;
	background-color: white; font-weight: bold;
}
.audnav A:link {
	COLOR: #033C90; background-color: white; text-decoration: none
}
.audnav A:visited {
	COLOR: #033C90; background-color: white; text-decoration: none
}
.audnav A:active {
	COLOR: red; background-color: white; text-decoration: none
}
.audnav A:hover {
	COLOR: red; background-color: white; text-decoration: none
}

h1 {
	Color: #033C90; background-color: white; font-size: medium; font-weight: bold; margin-left: 5px
}
h1 a:link {
	Color: #3C693F; background-color: white; font-size: medium; font-weight: bold; margin-left: 5px; text-decoration: none
}
h1 a:visited {
	Color: #033C90; background-color: white; font-size: medium; font-weight: bold; margin-left: 5px; text-decoration: none
}
h1 a:active {
	Color: #033C90; background-color: white; font-size: medium; font-weight: bold; margin-left: 5px; text-decoration: none
}
h1 a:hover {
	Color: #033C90; background-color: white; font-size: medium; font-weight: bold; margin-left: 5px; text-decoration: none
}

.footer {
	Color: #033C90; background-color: white; font-size: 10px; font-weight: bold;
	border-bottom: 1px solid #6189B0; border-top: 1px solid #6189B0;
}
.footer a:link {
	Color: #033C90; background-color: white; font-size: 10px; font-weight: bold; text-decoration: none
}
.footer a:visited {
	Color: #033C90; background-color: white; font-size: 10px; font-weight: bold; text-decoration: none
}
.footer a:active {
	Color: #99F3FF; background-color: white; font-size: 10px; font-weight: bold; text-decoration: none
}
.footer a:hover {
	Color: red; background-color: white; font-size: 10px; font-weight: bold; text-decoration: none
}

.pagebody {
	color: black; background-color-white; font-size: small
}


