/* CSS Document */

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.contact{
	color: #FF638F;
}
.featured{
	font-weight: bold;
	text-align: center;
}
.title{
	color: #078C76;
	font-size: 18px;
	font-weight: bold;
}
/* The Menu */
.menuSection{
	font-weight: bold;
	color: #000000;
}
.menuSubSection{
	color: #000000;
}
.menuSubSection2{
	color: #078C76;
}
.menuSectionBox{
	margin-top: 10px;
}
p.homeTitle{
	font-weight: bold;
	font-size: 14px;
	color: #FF638F;
}