do yo/* style for module titles */
.blue-box-actions {  
	margin: 0px;
	padding: 0px;
}
.blue-box-title {
	vertical-align: middle;
	width: 190px;
	background:  url(images/blue-box-top.gif) no-repeat top center;
}

.blue-box-title-text {
	padding: 8px 0;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: 0;
	text-align: center;
}

.blue-box-content {
	background: #E4EDF8 url(images/blue-box-shadow.gif) no-repeat top center;
	padding: 8px;
}

*html .blue-box-content {
	padding: 8px;
}

.blue-box-content p {	
	font-size: 13px;
	color: #404349;
}


.blue-box-bottom {
	background: url(images/blue-box-bot.gif) no-repeat center;
	width: 190px;
	height: 11px;
}

.blue-box-content a:link {
	color: #8d2407;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}

.blue-box-content a:visited {
	color: #8d2407;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}

.blue-box-content a:hover {
	color: #8d2407;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}

.blue-box-content a:active {
	color: #8d2407;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}