.style1 {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.style2 {
	font-size: 16px;
	color: #006699;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial;
}
.txt1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990099;
	font-weight: bolder;
}
.style3 {color: #333333
}
.style1 {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

