.content a:link, .content a:visited, .content a:active {
    color: #FF0099;
    text-decoration: underline;
} 
.content a:hover {
	color: #FF0099;
	text-decoration: none;
}
.contentcontact a:link, .contentcontact a:visited, .contentcontact a:active {
    color: #FF0099;
    text-decoration: underline;
} 
.contentcontact a:hover {
	color: #FF0099;
	text-decoration: none;
}


.bodytitle {
	font-weight: 700;
	font-size: 100%;
	color: #FF0099;
	text-align: left;
	font-style: normal;
	line-height: 110%;
}
.bodyitalic {
	font-weight: 400;
	font-size: 100%;
	color: #FF0099;
	text-align: left;
	font-style: italic;
	line-height: 100%;
}


.mid {
	background-color: #FF0099;
}
.light {
	background-color: #FF99CC;
}


.subnav_row {
	background-color: #FF99CC;
	height: 120px;
}
.topnavrow {
	background-color: #FF0099;
	height: 120px;
}

#topnav {
	width: 100%;
	background-color: #FF0099;
}

#bottomcell {
	padding: 10px;
	background-color: #FF0099;
	height: 20px;
}
