body,td,th,h4,h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CC0099;
	text-decoration: none;
}
a:visited {
	color: #CC0099;
	text-decoration: none;
}
a:hover {
	color: #FF99CC;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.table-head{
	text-align: center;
	border: 1px solid #FF66CC;
	background-color: #FFC1FF;
	color: #000000;
	font-weight: bold
}

h4{
	font-size: 15px;
	font-weight: bold;
	color: #CC0099;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

hr{
	color: #FF66CC;
	height: 1px;
}
