.menuMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	cursor: hand;
	text-decoration: none;
	}

.menuMain:hover {
	color: yellow
	}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	white-space: normal;
}
.bodyTextBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	white-space: normal;
}

.domainNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	filter: DropShadow(Color=#000000, OffX=10, OffY=10, Positive=10);
	font-weight: bolder;
	word-spacing: normal;
	letter-spacing: 0.5em;

}