.textNormal,
.textNormalBold,
.textNormalItalic,
a.textNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

.textNormalBold {
	font-weight: bold;
	}
	
.textNormalItalic {
	font-style: italic;
	}
	
a.textNormal:hover {
	color: #00c;
	text-decoration: none;
	}

.textHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}

body {
	background-color: #CCCC99;
	background-image: url(images/maxlogoLIGHT.gif);
/*	background-repeat: no-repeat;
	background-position: 0px 150px;*/
}

