h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
background: url(/images/bg.gif) no-repeat 0 0 #fff;
background-attachment:fixed;
background-position: center center;

}

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

a:hover {
	color: #939598;
	text-decoration: none;
}	

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

a:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}


a.nav {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
a.nav:hover {
    text-decoration: underline;
    color: #000000;
}
a.nav:active {
    text-decoration: none;
    color: #FFFFFF;
}



.nav {
	font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
	font-size: 62.5%;
	color: #939598;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
}

a.footer {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}
a.footer:hover {
    text-decoration: underline;
    color: #000000;
}
a.footer:active {
    text-decoration: none;
    color: #FFFFFF;
}

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