h1 {
	font: bold 18px Arial, Verdana, sans-serif;
}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.hftext {
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px; 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {  text-decoration: underline}
.title_text {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #000000}
.underline {  text-decoration: underline}
.bold {  font-weight: bold}
.large {  font-size: 14px}

h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}

h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
}
.little {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
li {
	margin-top: 4px;
	margin-bottom: 4px;
	text-decoration: none;
	font-weight: normal;		
}

li.over {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	margin-left: 10px;
}
li.under {
	margin-top: 4px;
	margin-bottom: 4px;
	text-decoration: underline;
	font-weight: normal;	
}

li.under:hover {
	margin-top: 4px;
	margin-bottom: 4px;
	text-decoration: none;
	font-weight: normal;	
}

li.under1 {
	margin-top: 4px;
	margin-bottom: 4px;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	margin-left: 30px;
}


#left_column { width:195px; float:left; }
	.horizontal #left_column { width:auto; float:none; }
		#navigation a {
	width:195px;
	height:25px;
	display:block;
	padding-left:25px;
	margin:5px 0;
	font-size:13px;
	color:white;
	text-decoration:none;
	line-height:25px;
	background-image: url(../css/button2_bg.gif);
	background-repeat: no-repeat;
