address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #cb0000;
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11px;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}

a img {
	border: none;
}

.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.highlight {
	color: #990033;
	font-weight: bold;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.fielderror {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
}

.boxheading {
	color: #094FA4;
	font-size: 18px;
	font-weight: bold;
}

div.spacer {
	clear: both;
}

.picborder {
  border: 1px solid #000000;
}

/* Menu styles */
#navcontainer {
	text-align: center;
	width: 149px;
}

#navcontainer ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navcontainer a {
	background-color: #094FA3;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	width: 129px;
}

#navcontainer a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #CB0000;
	color: #000000;
}

