body {
	background-color: f3e8b4;
	color: #333333;
	margin-left: 0;
	margin-top: 0;
}

:link { color: #006699; }
:visited { color: #003366; }
:active { color: #993366; }

div.right { text-align: right; }

div.center, p.center { text-align: center; }


.heading { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 18 pt;
	color: #333333;
	text-align: center;
	font-weight: bolder;
}

.textMedium {
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	font-size: 12 pt;

}
.textMediumBold {
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	font-size: 12 pt;
	font-weight: bolder;
}

.text {
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	font-size: 10 pt;
 
}

.textBold {
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	font-size: 10 pt;
	font-weight:bolder;
}


.smallText {
	font-family: arial, helvetica, sans-serif;
	color: black;
	font-size: 8 pt;
 }


