body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.largeMenu {
	width:100%;
	margin-bottom:30px;

}

.largeMenuItem {
	
	float:left;
	font-size: 14px;
	line-height:16px;
	color:#000000;
	font-weight:bold;
	margin-right:15px;

}

.mainSectionTitle {
	font-size: 22px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;

}

.subSectionTitle {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;

}

.mainParagraphText {
	font-size: 12px;
	line-height:14px;
	color:#000000;
	margin-bottom:30px;

}


.mainParagraphText a:link{
	
	color: #000000;

}
.mainParagraphText a:visited {

	color:#000000;

}

.mainParagraphText a:hover {

	color:#FFCC00;


}
.mainParagraphText a:active {

	color:#000000;


}