/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*    MENU                                                          */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a	 {
	color : #C0C0C0;
	text-decoration : none;
	}
body  {
    background : #FFFFFF;
	margin : 0px;
	}
p  {
	color : #000000;
	font-family : tahoma;
	font-size : 10px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  SPECIFIC                                                    */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.caption {
	color : #000000;
	cursor : default;
	font-family : Tahoma;
	font-size : 11px;
	position : absolute;
	text-align : center;
	visibility : hidden;
	z-index : 1;
	}
.dot {
    background :url(../img/mr2eagle.gif) no-repeat fixed center;
	cursor : hand;
	font-size : 1px;
	height : 30px;
	width : 30px;
	position : absolute;
	visibility : hidden;
	z-index : 5;
}
.dotempty {
    background : url(../img/mr2eagle.gif) no-repeat fixed center;
	cursor : hand;
	font-size : 1px;
	height : 30px;
	width : 30px;
	position : absolute;
	visibility : hidden;
	z-index : 5;
	}

.dotoff {
    background : url(../img/mr2eagle.gif) no-repeat fixed center;
	cursor : default;
	font-size : 1px;
	height : 30px;
	width : 30px;
	position : absolute;
	visibility : hidden;
	z-index : 5;
	}

