a:link {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #ff0000;
}
a:visited {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}
a.white:link{
font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #ffffFF;
	}
a.white:hover{
font-size:12px;
font-style: normal;
	text-decoration: none;
	color: #FF0000;
}
a.blue:link{
font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #0000FF;
	}
a.blue:hover{
font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #ff0000;
	}		
body {
	font-size: 12px;
}
td {
	font-size: 12px;
}
.big20{
line-height:20px;
}
.big22{
line-height:22px;
}