td {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

}

body {

	background-color: #EAFAF9;

	background-image:url(images/bg.jpg);

	background-repeat:repeat-x;

}

.menu {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

a.menulink:link, a.menulink:active, a.menulink:visited
{
color:#FFFFFF;
text-decoration:none;
font-weight: bold;
}

a.menulink:hover
{
color:#32CCFF;
text-decoration:none;
}


.menu_blue {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
}

a.menulink_blue:link, a.menulink_blue:active, a.menulink_blue:visited
{
	color: #000066;
	text-decoration:none;
	font-weight: bold;
}

a.menulink_blue:hover
{
color: #0000CC;
text-decoration:none;
}

