
body {
	font-family: Arial;
	font-size: 8pt;
	background-image: url(images/subpages/background.jpg);
	background-repeat: repeat-x;
    }

td {
	font-family: Arial;
	font-size: 8pt;
	}
	
td.back {
	background-repeat: repeat-x;}
	
td.bottom {
	background-repeat: repeat-x;
	background-position: bottom center;
	}

A:link {
	color: #000000;
	text-decoration: none;
	}

A:visited {
	color: #000000;
	text-decoration: none;
	}

A:active {
	color: #000000;
	text-decoration: none;
	}

A:hover {
    text-decoration: underline;
	}
	
.out {

	}
	
.on {
	background: #C8A502;
	color: #FFFFFF;
	font-family: Arial;
	font-size : x-small;
	cursor:hand;
}