body {
	background-image: url(/scripts/form_bg.jpg);
}

body.BTABS
{
	background-image: url(/scripts/newbk.gif);
}



body.SPLASH
{
	backgound-color: #FFFFFF;
}

h3.SPLASH
{
	margin:0px 0px 5px 0px;
	padding:0px;
}

p.SPLASH
{
	margin:0px 0px 16px 0px;
	padding:0px;
}

form
{
	margin: 0px 0px 0px 0px;
}

div.LOGIN
{

	font-family: arial;
	background-color: white;
	border-style: dashed;
	border-width: 1px;
	border-color: #3366CC;
	width: 160px;
	padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
	
}

div.CONTENT
{
	font-family: arial;
	background-color: #EEEEFF;
	border-style: solid;
	border-color: #3366CC;
	border-width: 1px;
	width: 100%;
	padding:10px;
	margin-top: 25px;
}

div.TOP
{
	background-image: url(/scripts/newbk.gif);
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 76px;
}

div.LEFT
{
	position: absolute;
	top: 77px;
	left: 0px;
	width: 9%;
	height: 100%;
}

div.MIDDLE
{
	position: absolute;
	top: 77px;
	left: 200px;
	width: 75%;
	
}

input.LOGIN
{
	background-color: #EEEEFF;
	border-style: solid;
	border-width: 1px;
	border-color: #3366CC;
	margin-top: 5px;
	cursor: hand;
}

input.FIELDS
{
	border-style: solid;
	border-width: 1px;
	border-color: #3366CC;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.NAV
{
	font-family: arial;
	margin-top: 10px;
	margin-left: 5px;
}

a.NAV
{
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #3366CC;
	background-color: #EEEEFF;
	width: 125px;
	margin-bottom: 5px;
	color: #3366CC;
}

.tabs 
{
	position: absolute;
	color: #EEEEFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	top: 52;
	z-index:3;
}
.tabs:hover 
{	
	color: #3333CC;
	background-color: #EEEEFF;
}

.report 
{
	position: absolute;
	right: 25;
	color: #EEEEFF;
	text-decoration:none;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	z-index:3;
}
.report:hover 
{ 
	background-color: #EEEEFF;
	color: #3333CC; 
}

img.LOGO
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px 0px 0px 0px;
}

div.SECTIONHEADER
{
	font-family: arial;
	font-size: 20pt;
	font-weight: bold;
	color: #EEEEFF;
	position: absolute;
	left: 50;
	top: 10;
	margin: 0px 0px 0px 0px;
}
body.REPORT
{
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
}
