.style1
{
	font-size: x-small;
}
.style2
{
	font-size: x-small;
	color: white;
}
.style3
{
	color: red;
}
.style4
{
	color: blue;
}
.style5
{
	font-weight: bold;
	color: blue;
}
.style6
{
	color: blue;
	line-height: 170%;
	text-decoration: underline;
}
.style7
{
	font-weight: bold;
	font-size: medium;
	color: black;
}
.style8
{
	font-weight: bold;
	font-size: medium;
	color: blue;
}
.style9
{
	font-size: small;
	color: #0066ff;
	line-height: 150%;
}
.style10
{
	color: #000000;
	line-height: 170%;
}
.style11
{
	font-weight: bold;
	font-size: medium;
	color: red;
}

