/* all font css here */

.toptext {
	font-family: arial,verdana;
	font-size: 9px;
	font-weight: medium;
	font-style: bold;
	color: white;
}
.body {
	font-family: arial,verdana;
	font-size: 11px;
	font-weight: medium;
	font-style: bold;
	color: black;
}
.bodytext {
	font-family: arial,verdana;
	font-size: 11px;
	font-weight: medium;
	font-style: bold;
	color: white;
}
.bodytextblack {
	font-family: arial,verdana;
	font-size: 11px;
	font-weight: medium;
	font-style: bold;
	color: black;
}

.bodytextblack ul {
	list-style-type: square;

}
.bodytextgrey {
	font-family: arial,verdana;
	font-size: 11px;
	font-weight: medium;
	font-style: bold;
	color: #8F8F8F;
}
.bodytextdkgrey {
	font-family: arial,verdana;
	font-size: 11px;
	font-weight: medium;
	font-style: bold;
	color: #6A6A6C;
}
.bodytextwhite {
	font-family: arial,verdana;
	font-size: 11px;
	font-weight: medium;
	font-style: bold;
	color: white;
}

.sectionheadtext {
	font-family: arial,verdana;
	font-size: 13px;
	letter-spacing: 1.1;
	font-weight: medium;
	font-style: bold;
	color: black;
}

.sectionheadtextwhite {
	font-family: arial,verdana;
	font-size: 13px;
	letter-spacing: 1.1;
	font-weight: medium;
	font-style: bold;
	color: white;
}
.majorhed {
	font-family: arial,verdana;
	font-size: 18px;
	font-weight: bold;
	font-style: bold;
	color: black;
}
.subhed {
	font-family: arial,verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: bold;
	color: black;
}

.whitesm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
}
.whitesm a {color:#FFAA00}

