.blueheader {
	font-family: Arial;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #0099FF
}
.blackheader {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.greyheader {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}
.smallbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 300;
	color: #666666;
}
.mediumbody {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	color: #666666;
}
.boldbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}
.bluebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 300;
	color: #0099FF;
}
.blueboldbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #0099FF;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 300;
	color: #FFFFFF;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: 200;
	color: #666666;
	border: 1px dotted #FFCC00;
	width: 95%

}
.table2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: 200;
	color: #000000;
	border: 1px dotted #666666;
}
a:link       { text-decoration: underline; color: #3263C7; font-weight: bold 
}
a:hover      { color: #BCCCED; font-weight: bold; text-decoration:none
}
a:visited    { color: #8000FF; text-decoration: underline; font-weight: bold
}