body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

.siteheader_level1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 16pt;
	margin: 0px;
}

.siteheader_level2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 12pt;
	margin: 0px;	
}

.siteheader_level3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 10pt;
	margin: 0px;	
}

ul {
	list-style-image: url("images/bullet.gif");
}

h1 {
	font-size: 145%;
	font-weight: bold;
	color: #0033CC;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #0033CC;	
}

h3 {
	font-size: 105%;
	font-weight: bold;
	color: #0033CC;
}

a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited  {
	color: #333366;
	text-decoration : underline;
}
a:hover {
	color: #6666CC;
	text-decoration: underline;
}

a:active  {
	color: #6699FF;
	text-decoration : none;
}

a.categorylink {
	color: #FFF;
	font-weight: bold;	
	text-decoration: underline;
}

a.categorylink:visited  {
	color: #CCC;
	font-weight: bold;	
	text-decoration : underline;
}

a.categorylink:hover {
	color: #FFFF66;
	font-weight: bold;	
	text-decoration: underline;
}

a.categorylink:active  {
	color: #FFFFCC;
	font-weight: bold;	
	text-decoration : none;
}

strong {
	color: #464646;
}

table {
	font-size: 100%;
}

th {
	font-weight: bold;
}

.table td {
	background-color: #EEEEEE;
}

.table th {
	background-color: #DDDDDD;
}

.menu  {
	font-size: 10pt;
	color: #FFF;
	font-weight: bold;	
	background-image: url("images/menu_background_200.gif");
	background-repeat: no-repeat;	
	width: 200px;
	height: 35px;
	padding: 6px;
}

.pagefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 5px;
	padding: 5px;
}

.sitefooter {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 10pt;
}
