/* STYLE A */

.module_header
{
	background-image:url(/bin/images/module/mod_a_1.png);
	background-repeat:no-repeat;
	height:36px;
	max-height:36px;
	max-width:248px;
	overflow:hidden;
	width:248px;
}

.module_body
{
	background-image:url(/bin/images/module/mod_a_2.png);
	background-repeat:repeat-y;
	max-width:248px;
	overflow:hidden;
	width:248px;
}

.module_footer
{
	background-image:url(/bin/images/module/mod_a_3.png);
	background-repeat:no-repeat;
	height:12px;
	max-height:12px;
	max-width:248px;
	overflow:hidden;
	width:248px;
}


.module
{
	font-family:Verdana,sans-serif;
	margin:0 0 8px;
	width:248px;
	clear:both;

}

.module_header h2
{
	color:#fff;
	font-size:14px;
	font-weight:normal;
	padding:13px 0 0 13px;
	text-transform:uppercase;
}

.module_body_content
{
	color:#000;
	margin:8px 10px 0 12px;
	overflow:hidden;
}

.module_body_content h3
{
	color:#00355f;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 5px 0;
}


.module_body_content p
{
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	padding:0 0 6px;
}


.module_body_content ul
{
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	padding:0 0 6px 12px;
}

.module_body_content a
{
color: #00355f;
text-decoration: none;
}


.module_body_content li
{
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}
