/* Copyright 2003 Christopher Phillips */
.NavBar {
	background: rgb(0,0,254);
	text-align: center;
}
.Footer {
	vertical-align: bottom;
	text-align: center;
}
.em {
	font-weight: bold;
	/* color: #0000fe; */
}
.heading {
	font-weight: bold;
	color: #0000fe;
	font-size: 150%;
}
.heading2 {
	font-weight: bold;
	color: #0000fe;
}
.NavBarText { display: block }
.NavBarText {
	color: white;
	font-family: Arial;
	font-size: 12px;
}
.error {
	color: red;
	font-weight: bold;
}
.super {
	font-size: 75%;
	vertical-align: top;
}
.restricted {
	font-family: arial;
	font-style: italic;
	font-weight: bold;
	color: red;
}
.new {
	font-weight: bold;
	color: red;
}
.update {
	font-weight: bold;
	font-style: italic;
	color: red;
}
td { padding-bottom: 1px }
#content a:link { color: #0000fe }
#content a:visited { color: #0000fe }
a:link {
	background: transparent;
	text-decoration: underline;
}
a.NavBarText:link { text-decoration: none }
a:visited {
	background: transparent;
	text-decoration: underline;
}
a.NavBarText:visited { text-decoration: none }
a:hover {
	background: #cccccc;
	text-decoration: underline;
}
a.NavBarText:hover {
	color: #0000fe;
	background: #fefefe;
}
a:active {
	background: transparent;
	text-decoration: underline;
}
a.NavBarText:active { text-decoration: none }
#content {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: black;
}

