.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}
.smallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}
.smallspacingblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 5px;
	color: #000000;
	text-decoration: none;
}
.smallspacingwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.menuwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	line-height: 30px;
}
.headingsmain {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
	line-height: 15px;
}
.headingsnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.headingssmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
	font-size: large;
	line-height: 20px;
}
.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: medium;
	font-weight: bolder;
}
.largewhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.largeyellowtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #FFFF00;
	text-decoration: none;
}