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

/*TEXT*/
h1{
	font:1.5em "Lucida Sans Unicode", Arial, sans-serif;
	font-weight:bold;
	color:#000000;
	margin-top:3px;
	margin-bottom:3px;
	}
h2{
	font:1.2em "Lucida Sans Unicode", Arial, sans-serif;
	color:#000000;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
	}
h3{
	font:1.0em "Lucida Sans Unicode", Arial, sans-serif;
	color:#000000;
	margin-top:3px;
	margin-bottom:3px;
	}

p{
	font:14px "Lucida Sans Unicode", Arial, sans-serif;
	color:#000000;
	margin-top:3px;
	margin-bottom:3px;
	line-height:18pt;
}


/*LINKS*/
h2 a, h2 a:visited{
	font:1.2em "Lucida Sans Unicode", Arial, sans-serif;
	color:#059eff;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:underline;
	}
h2 a:hover{
	font:1.2em "Lucida Sans Unicode", Arial, sans-serif;
	color:#059eff;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:none;
	}
p a, p a:visited{
	font:14px "Lucida Sans Unicode", Arial, sans-serif;
	color:#059eff;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:underline;
	}
p a:hover{
	font:14px "Lucida Sans Unicode", Arial, sans-serif;
	color:#059eff;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:none;
	}
ul a, ul a:visited{
	font:14px "Lucida Sans Unicode", Arial, sans-serif;
	color:#059eff;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:underline;
	}
ul a:hover{
	font:14px "Lucida Sans Unicode", Arial, sans-serif;
	color:#059eff;
	margin-top:3px;
	margin-bottom:3px;
	text-decoration:none;
	}
.footer-wrapper a, .footer-wrapper a:visited{
	font:10px "Lucida Sans Unicode", Arial, sans-serif;
	color:#059eff;
	text-decoration:underline;
	}
.footer-wrapper a:hover{
	font:10px "Lucida Sans Unicode", Arial, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	}
.nav-wrapper a, .nav-wrapper a:visited{
	font:1.1em "Lucida Sans Unicode", Arial, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.nav-wrapper a:hover{
	font:1.1em "Lucida Sans Unicode", Arial, sans-serif;
	color:#75ac50;
	font-weight:bold;
	text-decoration:underline;
	}
.nav-int-wrapper a, .nav-int-wrapper a:visited{
	font:1.1em "Lucida Sans Unicode", Arial, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.nav-int-wrapper a:hover{
	font:1.1em "Lucida Sans Unicode", Arial, sans-serif;
	color:#75ac50;
	font-weight:bold;
	text-decoration:underline;
}
	
/*OTHER*/
ul{
	font:14px "Lucida Sans Unicode", Arial, sans-serif;
	color:#000000;
	margin-top:5px;
	margin-bottom:5px;
	line-height:18pt;
	}