/* CSS Document */
td {
	font-size: 12px;color:#555555
}
.td1 {
	color:#F26522
}
.td2 {
	color:#0475CC
}
.td3 {
	color:#FF00FF

}


a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
}