
body {
	font-family: Arial;
	font-size: 11px;

    }

td {
	font-family: Arial;
	font-size: 11px;
	}
	
td.back {
	background-repeat: repeat-x;}
	
td.page {
	background-repeat: repeat-y;
	}

/*   Menu   -------------------------------------*/

.menu {
	cursor: pointer;
}

.menuOn {
	background-color: #18120A;
	cursor: pointer;
}

/*   End Menu -----------------------------------*/

A:link {
	color: #433823;
	text-decoration: none;
	}

A:visited {
	color: #433823;
	text-decoration: none;
	}

A:active {
	color: #433823;
	text-decoration: none;
	}

A:hover {
    text-decoration: underline;
	}

td.footer {
	font-family: Arial;
	color: #383838;
	font-size: 8pt;
}	
	
A.footer:link {
	color: #383838;
	text-decoration: none;
	}

A.footer:visited {
	color: #383838;
	text-decoration: none;
	}

A.footer:active {
	color: #383838;
	text-decoration: none;
	}

A.footer:hover {
    text-decoration: underline;
	}
	
td.nav {
	font-family: Arial;
	color: #ffffff;
	font-size: 8pt;
}	
	
A.nav:link {
	color: #ffffff;
	text-decoration: none;
	}

A.nav:visited {
	color: #ffffff;
	text-decoration: none;
	}

A.nav:active {
	color: #ffffff;
	text-decoration: none;
	}

A.nav:hover {
    text-decoration: underline;
	}
	
.out {

	}
	
.on {
	background: #C8A502;
	color: #FFFFFF;
	font-family: Arial;
	font-size : x-small;
	cursor:hand;
}