

.head
{font-family:Verdana; font-size:12px; font-weight:bold;}

.bold 
{  
	font-weight: bold;
} 

.12point
{ 
	font-size:12px; 
}

.20point
{ 
	font-size:20px; 
}
.vert10 
{ 
	padding:10px; 
}
.vert20 
{ 
	padding:20px; 
}
.bottom_pad5 
{ 
	padding-bottom:5px; 
}
.bottom_pad10 
{ 
	padding-bottom:10px; 
}
.top_pad5 
{ 
	padding-top:5px; 
}
.top_pad15 
{ 
	padding-top:15px; 
}

.relpos 
{ 
	position:relative; 
}
.abspos 
{ 
	position:absolute; 
}

#sub_head_text
{
	width:192px;
	height:150px;
	background-repeat:no-repeat;
	
}

.sub_head_small_text
{
	padding-left:12px;
	height:22px;
	background-color:#d3d5cf;
}



.details_top {
	border-top: 7px solid #132553;
	border-bottom: 3px solid #132553;
	padding: 5px 5px;
	margin-bottom: 6px;
	height: 104px;
}

.details_top .head {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

.details_top .desc {
	font-size: 12px;
	margin-bottom: 10px;
	font-family:Verdana;
}

.fontnormal 
{ 
	font-weight: normal; 
}
.redtype
{
	color:#b44d26; 
}
