/* Fonts */

.enter_hed_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}
	.enter_small_black
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	
	}	
.enter_hed_bold_black2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	text-decoration: none;
	line-height: 17px;
	font-weight: bold;
	
}
.enter_hed_bold_white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
	line-height: 17px;
	font-weight: bold;
	
}
.enter_small_black_bld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.enter_small_red_bld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.enter_hed_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #38632D;
	text-decoration: none;
	font-weight: bold;
}
.enter_hed_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.enter_small_black_ital {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

a.enter_small_black_ital:link {
	text-decoration: underline;
	
}
a.enter_small_black_ital:visited {
	text-decoration: underline;

	}
a.enter_small_black_ital:hover {
	text-decoration: underline;

	}
a.enter_small_black_ital:active {
		text-decoration: underline;

}
/* layout divs for 3-cols */

#col1 {
	position:relative;
	width:159px;
	z-index:4;
	left: 6px;
}
#col2 {
	position:relative;
	width:159px;
	z-index:4;
	left: 6px;
}
#col3 {
	position:relative;
	width:159px;
	z-index:4;
	left: 6px;
	
}

