@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link
{
	color: #000000;
}

a:visited{
	color:#000000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}


.menu
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.menu a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

.menu a:hover
{
	color: #000000;
}

