@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background-image: url(images/bg.gif);
}

.pageheader {
	font-size: 28px;
	font-weight: bold;
	color: #000080;
}
.pageheaditalic {
	font-size: 16px;
	font-style: italic;
}
.pagetitle {
	font-size: 26px;
	color:#339900
}
.topline
{border-top-style:inherit;
border-top-width:medium;
border-top-color:#3300CC;




a {
	font-size: 15px;
	color: #000080;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #0000FF;
}

a.menu {
	font-size: 16px;
	color: #000080;
	font-weight:bold;
	text-decoration: none;
	
}
a.menu:visited {
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #0000FF;
	background-color:#E0E1FF;
	text-decoration: none;
}

.notbold {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
