.basic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.basicBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}
.basicBoldRED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;

}
.whiteBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;


}
.basic-links {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


.menu-links { 
	font-family: Verdana; 
	font-size: 7pt; 
	color: #0000FF;
}
.menu-links:hover {
	font-family: Verdana; 
	font-size: 7pt; 
	color: #FF0000;
	text-decoration: none;
}
.body-links-bold {
	font-family: Verdana; 
	font-size: 10pt; 
	color: #000000;
	text-decoration: none;
	weight: bold;
}
.body-links-bold:hover {
	font-family: Verdana;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: underline;
	weight: bold;
}
.header-links {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	weight: bold;
}
.header-links:hover {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFF00;
	text-decoration: none;
	weight: bold;
}
.sub-menu-links {
	font-family: Verdana;
	font-size: 7pt;
	color: #0000FF;
	text-decoration: underline;
}
.sub-menu-links:hover {
	font-family: Verdana;
	font-size: 7pt;
	color: #FF0000;
	text-decoration: none;
}
.body-text {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	color: #0000FF;
	font-weight: bold;
}
.style3 {
	color: #00FF00;
	font-weight: bold;
}
.style4 {
	color: #FF00FF;
	font-weight: bold;
}
.style5 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
.small-bold-text {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
}
.small-body-text {
	font-family: verdana;
	font-size: 8pt;
}
.small-body-links {
	font-family: verdana;
	font-size: 7pt;
}