@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12pt; /* 2011-04-27: Changed to points instead of pixels because they are the correct unit when printing. -NS */
	color: #000000;
	background-color:white;

}
form
{
	margin:0;
	padding:0;
}
img
{
	border: 0;
}
a, a:hover
{
	text-decoration: underline;
	color: #00a9e0;
	font-size: 1.1em;
}
a:visited, a:active
{
	font-weight: bold;
}
h1, h2
{
	font-size: 1.6em;
	font-weight: bold;
	color: #7ab800;
}
h2
{
	text-transform: uppercase;
}
h3
{
	font-weight: bold;
	font-size: 1.4em;
	color: #ffffff;
}
h4
{
	font-size: 1.1em;
	color: #000000;
	margin: 0;
}

.font8
{
	font-size: 0.8em;
}

.font10
{
	font-size: 1em;
}
.font12
{
	font-size: 1.2em;
}
.bold
{
	font-weight: bold;
}

body > * {
	/*
	display:none;
	*/
}

#contentContainer{
	display:block;
}

#submenu, #mainmenu, #helperNav,#printLink,#topLink,#footer,#contentRight,#breadcrumb{
	display:none;
}


