/* CSS Document */

a:visited.top, a:active.top, a:link.top
{
	color:#ffffff;
	text-decoration:none;
}
a:hover.top
{
	color:#ffffff;
	text-decoration:underline;
}
a:visited.sub, a:active.sub, a:link.sub
{
	color:#0082a2;
	text-decoration:none;
}
a:hover.sub
{
	color:#00b6e3;
	text-decoration:underline;
}
a:visited.bottom, a:active.bottom, a:link.bottom
{
	color:#910300;
	text-decoration:none;
}
a:hover.bottom
{
	color:#be0400;
	text-decoration:underline;
}
a:visited.top, a:active.top, a:link.top
{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.top
{
	color:#00b6e3;
	text-decoration:underline;
}