/* CSS Document */
a:link, a:visited, a:active {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #010080;
	text-decoration: none;
}
a:hover {
	font-family: arial;
	font-size: 12px;
		font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

a.link:link, a.link:visited, a.link:active {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.link:hover {
	font-family: arial;
	font-size: 11px;
		font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.footer {
	text-align: center;
	padding-top: 5px;
	font-family: arial;
	font-size: 10px;	
	color: #666666;
}
.footer b {
	font-family: arial;
	font-size: 11px;	
	color: #333333;
}