/* CSS Document */


a.a:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #AA0000;
	text-decoration: underline;
}
a.a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #007F00;
	text-decoration: underline;
}
a.a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #AA0000;
}
a.b:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
a.b:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
a.b:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
a.c:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #EFEFEF;
	text-decoration: none;
}
a.c:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.c:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.d:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #AA0000;
	}
a.d:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #AA0000;
	text-decoration: underline;
}
a.d:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #AA0000;
}
