.link1 a:active  {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.link1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.link1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.link1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.link2 a:active  {
	color: #333366;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
.link2 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
.link2 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
.link2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.link3 a:active  {
	color: #333366;
	font-size: 9px;
	text-decoration: underline;
	font-weight: bold;
}
.link3 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 9px;
	text-decoration: underline;
	font-weight: bold;
}
.link3 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 9px;
	text-decoration: underline;
	font-weight: bold;
}
.link3 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}