
.commtitle
{
	background: #FFF;
	color: #234C8A;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 40px 15px 5px 10px;
}


a.commlink:link, a.commlink:active, a.commlink:visited
{
	background: #FFF;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a.commlink:hover
{
	background: #FFF;
	color: #234C8A;
	font-weight: bold;
	text-decoration: underline;
}

a.commlinkbold:link, a.commlinkbold:active, a.commlinkbold:visited
{
	background: #FFF;
	color: #234C8A;
	font-weight: bold;
	text-decoration: none;
}

a.commlinkbold:hover
{
	background: #FFF;
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

