}
#pag{
	margin : 0px;
	padding : 0px;
	display : block;
	background-color : transparent;
	top : 30%;
	position : absolute;
	z-index:2;
	
}

body {
	color : #000000;
	font-family : Verdana, Helvetica;
	font-size : 10pt;
	margin : 0px;
	padding : 0px;
	background-color: transparent;
}
/* ################################ */
/*					LINKS						*/
/* ################################ */
a{
	color : #000000;
	font-size : 10pt;
	text-decoration : none;
}
a:visited {
	color : #000000;
	font-size : 10pt;
	text-decoration : none;
}
a:hover{
	color : #EE7B0E;
	font-size : 10pt;
	text-decoration : underline;
}
a.whitetext{
	color: #ffffff;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
}
a:visited.whitetext{
	color: #ffffff;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
}
a:hover.whitetext{
	color : #ff0000;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
}
a.blutext{
	color : #0065ca;
	font-size : 10pt;
	text-decoration : underline;
}
a:visited.blutext{
	color : #0065ca;
	font-size : 10pt;
	text-decoration : underline;
}
a:hover.blutext{
	color : #ff0000;
	font-size : 10pt;
	text-decoration : underline;
}
.button{
	cursor: hand;
	text-decoration : none;
}
.pointover{
	cursor: hand;
	color : #ff0000;
	font-size : 10pt;
	text-decoration : underline;
}
