/* CSS Document */
.a1:link {
	text-decoration: none;
	color: #333333;
}
.a1:visited {
	text-decoration: none;
	color: #333333;
}
.a1:hover {
	text-decoration: none;
	color: #996600;
}
.a1:active {
	text-decoration: none;
	color: #996600;
}
.a2:link {
	color: #333333;
	text-decoration: underline;
}
.a2:visited {
	color: #333333;
	text-decoration: none;
}
.a2:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.a2:active {
	color: #CC0000;
	text-decoration: none;
}
.a3:link {
	color: #CC9900;
	text-decoration: none;
}
.a3:visited {
	color: #CC9900;
	text-decoration: none;
}
.a3:hover {
	color: #CC9900;
	text-decoration: underline;
}
.a3:active {
	color: #996600;
	text-decoration: none;
}
.a4:link {
	color: #003366;
	text-decoration: none;
}
.a4:visited {
	color: #003366;
	text-decoration: none;
}
.a4:hover {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.a4:active {
	color: #990000;
	text-decoration: none;
}
.a5:link {
	color: #FFFFFF;
	text-decoration: none;
}
.a5:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.a5:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.a5:active {
	color: #CCCCCC;
	text-decoration: none;
}
.la1:link {
	color: #666666;
	text-decoration: none;
}
.la1:visited {
	text-decoration: none;
	color: #666666;
}
.la1:hover {
	text-decoration: underline;
	color: #CC9900;
}
.la1:active {
	text-decoration: none;
	color: #993300;
}
.la2:link {
	text-decoration: none;
	color: #666666;
}
.la2:visited {
	text-decoration: none;
	color: #666666;
}
.la2:hover {
	text-decoration: underline;
	color: #996600;
}
.la2:active {
	text-decoration: none;
	color: #996600;
}
.la3:link {
	text-decoration: none;
	color: #333333;
}
.la3:visited {
	text-decoration: none;
	color: #333333;
}
.la3:hover {
	text-decoration: underline;
	color: #996600;
}
.la3:active {
	text-decoration: none;
	color: #996600;
}