@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	background:url(images/background.gif);
}

.menu{
	font:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:10pt;
}

.whitefont{color:#FFF}

.redfont{color:#F00}

h1{font-size:14pt;
color:#006;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif
}


a.white:link {
	color: #FFF;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFF;
}
a.white:hover {
	text-decoration: underline;
	color: #CCC;
	font-weight:bold;
}
a.white:active {
	text-decoration: none;
	color: #FFF;
}
