﻿TD {
	color: #000000;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003399;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	vertical-align: top;
	margin-bottom: 2px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #003399;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	vertical-align: top;
	margin-bottom: 2px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 15px 3px 15px;
	font-size: medium;
	color: #003399;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	margin-bottom: 2px;
}

P {
	padding: 0px 15px 3px 15px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

body {
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: repeat-x;
}
A:link {
	color: #000080;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
A:visited {
	color: #000080;
	text-decoration: none;
	font-weight: bold;

}

A:active {
	color: #000080;
	text-decoration: none;
	font-weight: bold;

}

A:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

A.white-link {
	color: #FFFFFF;
	text-decoration: none;
}


A.white-link:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.white-link:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.white-link:hover {
	color: #FFFF00;
	text-decoration: none;
}


#menuitems a:visited
{
color: #CCC;
text-decoration: none;
font-weight:normal;
margin-top:0px;
}

#menu a:hover
{
	background-color: #0000FF;
	color: #000080;
	font-weight: normal;
}

.bold-center {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.left-list {
	text-align: left;
	margin-right: 12px;
}

