.BoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32A7D7;
	font-weight: bolder;
}

.BoldRedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bolder;
}
.NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    font-weight: normal;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a0a0a0;
	font-weight: bolder;
}

.VerySmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	color: #a0a0a0;
	font-weight: normal;
}

.style1 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
body 
{
	background-color: #16304F;
}
.style2 
{
	color: #FFFFFF
}   
