@charset "utf-8";
/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
}
#container
{
	margin: 0 auto;
	width: 930px;
}
.pagetitle
{
	text-transform: uppercase;
	font-weight: bold;
	margin: 14px 0px 0px 20px;
}
#menu
{
	line-height: 14px;
}
#menu ul
{
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#menu ul li
{
	display: inline;
	margin: 0px 10px 0px 10px;
}
#menu ul li a
{
	color: #FFF;
	text-transform:uppercase;
	text-decoration: none;
}
#menu ul li a:hover
{
	font-weight: underline;
}
.main
{
	margin: 0px 14px;
	padding: 0px;
}
table.leftbox td.standard
{
	background-color: #dae9f3;
	height: 25px;
	border-bottom: 1px solid #6389b4;
	padding: 0px 0px 0px 4px;
}
.heading
{
	font-weight: bold;
}
table.leftbox td.standard a
{
	color: #1a3d64;
	font-weight: bold;
	text-decoration: none;
}
table.leftbox td.standard a:hover
{
	color: #fff;
}
.main h1
{
	font-size: 16px;
}
#footer
{
	text-align: center;
	font-size:11px;
}
#footer a
{
	color: #1a3d64;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
.contentarea
{
	text-align:justify;
	padding: 0px 10px;
}
.contentarea a
{
	text-decoration: none;
	font-weight: bold;
	color: #095cb9;
}
.contentarea a:hover
{
	text-decoration: underline;
}
a.notimportant
{
	font-weight: normal;
	text-decoration: none;
}
a.notimportant:hover
{
	text-decoration: none;
}
img
{
	border: 0px;
}
.small
{
	font-size: 11px;
}
.sidebox
{
	text-align:justify
}
.anchortarget
{
	color: #000;
	font-weight: bold;
}
p.lowmtop
{
	margin: 0px;
	padding: 4px 0px 0px 0px;
}
p.lowmbottom
{
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
