body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color #000;
}
h1{
	font-family: 'Times New Roman', Georgia, Time, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
h2{
	font-family: 'Times New Roman', Georgia, Time, serif;
	font-size: 1.3em;
	font-weight: bold;
}
h3{
	font-family: 'Times New Roman', Georgia, Time, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
h4{
	font-family: 'Times New Roman', Georgia, Time, serif;
	font-size: 1.05em;
	font-weight: bold;
	padding: 0px;
}
table.info{
	width:570px;
}

p{
	text-align: justify;
	font-size: 10pt;
	color: #000;
}
a:link, a:visited, a:active{
	font-size: 1em;
	font-weight: bold;
	color:#006;
	text-decoration: none;
}
a.menu:link, a.menu:visited, a.menu:active{
	font-size: .7em;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
}
a:hover{
	color: #00F;
}
#outerDiv{
	position: absolute;
}
#menu ul{
	width: 100%;
	list-style: none;	
}
#menu li{
	display: inline;
}
#menu li a{
	padding: 0.2em 1em;
	background: #010080;
	color: #CCC;
	text-decoration: none;
	float: left;
	border: 1px solid #000;
}
#menu li a:hover{
	background: #6666DE;
	color: #FFF;
}
.pb{
	page-break-before: always;
}
.err{
	font-size: .8em;
	font-weight: bold;
	color: #F00;
}
.req{
	font-size: 1.1em;
	font-weight: bold;
	color: #F00;
}
#yes{
	visibility:hidden;
	position:absolute;
	top: 450px;
}
#no{
	visibility:hidden;
	position:absolute;
	top: 450px;
}
@media print{
	table{
		margin-left: 1px;
		width: 650px;
	}
	span.pb{
		margin-top: 50px;
	}
	h2{
		margi-top: 0px;
	}
}
.noticeMe{
	color:#FF0000;
	font-size:14pt;
	font-family: Times,'Times New Roman',serif;
	font-weight:bold; 
}

