body
{
	background-color:white;
	font-family:Verdana,sans-serif;
	font-size:8pt;
    	text-align:justify;
	color:black;
}

div.content
{
	background-image:url(images/background.gif);
	padding:15px;
	margin:auto;
	width:740px;	
    	border-width:1px;
	border-style:solid;
	border-color:black;
}

.formtable
{
	width:100%;
}

.formtable > td
{
	padding:5px 4px 0px 4px;
	vertical-align:top;
}

input
{
	font-size:10pt;
}

select
{
	font-size:10pt;
}

.formtable .header
{
	white-space:nowrap;
	padding-left:5px;
	padding-top:2px;
    	padding-bottom:2px;
	border-width:1px;
	border-style:solid;
    	-moz-border-radius:8px;
	border-color:#707070;
    	background-color:#707070;
   	color:white;
	text-align:left;
	font-size:120%;
	font-weight:bold;
}

.pagenotice
{
	padding:15px;
	border:medium solid red;
	background-color:#FFE0E0;
}

.pagenotice h3
{
	margin-top:0px;
}

h1
{
	padding:0px;
	margin:0px;
	font-size:14pt;
}

h2
{
	font-size:12pt;
}

.pagetype
{
	text-align:left;
	width:15%;
}

.pageheader
{
	text-align:center;
}

.pagehelp 
{
	text-align:right;
	width:15%;
}

.pagecounter
{
	width:100%;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:silver;
}

.curpage
{
	color:black;
}