BODY 
{	
	
	background-image: url('/graphics/bg.gif');
	font-size:12px; 
	font-family:arial,helvetica; 
	margin:0px;
}

.SUBPAGE 
{	
	
	background-image: url('/graphics/sp_bg.gif');
	font-size:12px; 
	font-family:arial,helvetica; 
	margin:0px;
}

FORM {
	margin:0px
	}
	
SELECT {
	font-size:12px; 
	font-family:arial,helvetica;
	}
	 
INPUT, TEXTAREA {
	border-width:1px;
	border-color:#666;
	font-size:12px;
	font-family:arial,helvetica;
	}
	
TD {
	font-size:12px;
	font-family:arial,helvetica;
	color:#000000
	}
	
TH {
	font-size:12px; 
	color:#000000;
	font-weight:bold;
	background-color:#EEEEEE
	}
	
H1 {
	font-size:16px;
	color:#4C4F51;
	margin:0px;
	}
	
H2 {
	font-size:15px;
	color:#4C4F51;
	margin:0px;
	}
	
H3 {
	font-size:13px;
	color:#4C4F51;
	margin:0px;
	}


UL {
	margin:5px;
	padding-left:20px;
	line-height: 20px;
	list-style-type:square;
	color:#333;
}

UL.hp {
	margin:10px 5px 5px 25px;
	padding:0px;
	line-height: 15px;
	list-style-type:square;
}

UL.hp LI {
	margin-top:0px;
	padding-bottom:15px;
}	
	

UL.lined {
	margin:0px 0px 6px 0px;
	padding:0px;
	list-style-type:none;
}

UL.lined LI {
	margin-top:3px;
	padding-bottom:3px;
	border-bottom:dashed 1px #DDD4BC;
}

.hp_div {
	height:256px;
	overflow:auto;
	}	

.formbutton {
	color:#fff;
	font-family:verdana;
	background-color:#989387;
	border:solid 1px #6F6A5D;
	cursor:hand
	}	

.headline
{
	color: #7C6A48;
	font-size:18px;
	font-weight: bold;
	margin:0px;
}

.main
{
	color: #333;
	font-size:12px;
	margin:10px;
}

.small {
	font-size:11px
	}

.hpfooter {
	font-size:11px;
	color: #eee;
	padding-left:3px; 
	padding-top:3px; 
	}	

.xsmall {
	font-family:verdana;
	font-size:10px
	}	

.redalert {
	color:#CC0000;
	}

.yellowalert {
	color:#FFCC00;
	}

.greenalert {
	color:#339933;
	}

.dgRequired {
	color:#CC0000;
	font-family:Arial,Helvetica;
	font-size:7pt;
	font-weight:normal;
	margin-left:2px;
	margin-right:2px;
	line-height:5pt;
}

A:link {
	text-decoration:none;
	color:#B80404
	}
	
A:visited {
	text-decoration:none;
	color:#B80404
	}
	
A:active {
	text-decoration:none;
	color:#F80505
	}
	
A:hover {
	text-decoration:underline;
	color:#F80505
	}
	
A.footer:link {
	font-size:8pt;
	text-decoration:none;
	padding-left:3px;
	color:#666
	}
	
A.footer:visited {
	font-size:8pt;
	text-decoration:none;
	padding-left:3px;
	color:#666
	}
	
A.footer:active {
	font-size:8pt;
	text-decoration:underline;
	padding-left:3px;
	color:#666
	}
	
A.footer:hover {
	font-size:8pt;
	text-decoration:underline;
	padding-left:3px;
	color:#666
	}

