.style1 {color: #FFFFFF}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.blue:link {
	color: #048DD3;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {color: #FFFFFF; font-weight: bold; }
a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
}