
BODY
{
	background-image: url(images/BG3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.frontpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	

}
.fine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
}

img.floatLeft {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 4px;
}

img.floatRight { float: right;
margin: 4px; }


a:link { color: blue; text-decoration: none; font-size:8pt  }
a:active { color: blue; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: blue; text-decoration: underline }


label
{
width: 4em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both
}

.input-box
{
	float: left;
	margin-bottom: 0px;
	color: #0000CC;
	font-size: 12px;
	font-weight: bold;
	background: #EFE9E9;
	border: #000066 solid 1px
}

.submit-button
{
margin-left: 5em;
clear: both;
color: #000;
background: #fb0;
border: 2px #9cf outset
}

/*fieldset
{
border: #26a solid 1px;
width: 55em
}
*/
legend
{

	font-size: 12px;
}


.headertable {
	background-image: url(images/grad.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.input-boxFormal {
	float: left;
	margin-bottom: 0px;
	color: #0000CC;
	font-size: 12px;
	font-weight: bold;
	background: #EFE9E9;
	border: #000066 solid 1px;
	text-transform: capitalize;
}

#fullheight{
	height:100%;
	border-top-width: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #990000;
}

.headerheight{
	height:80;
	background-color: #FFFFFF;
}