table {
	font-size: 12px;
}
a:link {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.t {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;


}
a.one:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
a.one:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.one:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.one:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.two:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.two:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.two:hover {
	color: #FFFF00;
}
a.two:active {
	color: #FFFF00;
	text-decoration: none;
}
