#apDiv1 {
	position:absolute;
	z-index:3;
	left: -7px;
	top: 16px;
}
#apDiv2 {
	position:absolute;
	z-index:0;
	width: 790;
}
body {
	background-color: #6C7C3B;
	background-image: url('../images/bg4.jpg');
	margin-top: 0px;
	color:White;
	background-repeat:repeat-x;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.bodytext {	
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.whtbodytext {	
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topnavActive
{
    background-color:#ABB16B;
    font-family:Verdana;
    font-size:12px;
    border-bottom-width:1px;
    color:#ffffff;
    width:90px;
    text-align:center;
}
.topnavInActive
{
    background-color:#586633;
    font-family:Verdana;
    font-size:12px;
    border-bottom-width:1px;
    color:#ffffff;
    width:90px;
    text-align:center;
}
a.top:link
{
	font-family:Verdana;
    font-size:12px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
}
a.top:hover
{
	font-family:Verdana;
    font-size:12px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
}
a.top:visited
{
	font-family:Verdana;
    font-size:12px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
}
.legend
{
	font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    
}

.inputButton {
	font-size: 9pt;
	font-family: 'Verdana','Arial','Geneva','Helvetica';
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	background-color:#C9CFB5;
	cursor: hand;
	border-top: 1.5px solid white;
	border-left: 1.5px solid white;
	border-right: 1.5px solid black;
	border-bottom: 1.5px solid black;
}
.HeaderLabel
{
	font-size: 10pt;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    BACKGROUND-COLOR: #C9CFB5;
    TEXT-ALIGN: center;
    font-family: 'Verdana','Arial','Geneva','Helvetica';
}

.dataLabel
{
    FONT-WEIGHT: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #C9CFB5;
    TEXT-ALIGN: right;
    font-family: 'Verdana','Arial','Geneva','Helvetica';
}

.dataText
{
    FONT-WEIGHT: normal;
    COLOR: #000000;    
    font-family: 'Verdana','Arial','Geneva','Helvetica';
}
.requiredInput
{
    FONT-WEIGHT: normal;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #990000;
    TEXT-ALIGN: right;
    font-family: 'Verdana','Arial','Geneva','Helvetica';
	
}
.error
{
	color:White;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input
{
	border-style:solid;border-width:1px;
}