.base {  font-family: "Gill Sans MT", "Futura Md BT", Arial, Helvetica; font-size: 10px; font-style: normal}

#linkEMP{
	position:absolute;
	top:555px;
	left:480px;
	cursor:hand;
	z-index:1	
}
#linkPOL{
	cursor:hand;
	z-index:1	
}

/******* class style  ************/


.navLink{
    font-family : Helvetica, Helvetica, sans-serif;
    font-size : 10px;
    text-decoration : none;
    letter-spacing: .1em; 
    width : 200px;
    color : #000000;
}
a.navLink:link {  color: #be2f31; }
a.navLink:visited {  color: #be2f31; }
a.navLink:hover {  color: #000000; }
a.navLink:active {  color: #000000; }

