<STYLE TYPE="text/css">

.rubish
{
font-family: arial, "lucida console", sans-serif
}

/* ####  GENERAL STUFF #### */ 

body {
height: 100%;
margin: 0px;
width: 100%;
font-family: arial, "lucida console", sans-serif;
}

h2 {
text-align: center;
}

/* ####  TOP BAR #### */ 

.top {
	background-color: #E2FFBF;
	height: 58px;
/*	background-color: #61B300; */
}

.sitename {
	font-family: arial, "lucida console", sans-serif;
	font-size: xx-large;
	font-weight: bold;
	vertical-align: text-top;
	display: inline;
}

.flagLeft {
	display: inline;
	float: left;
}

.flagRight {
display: inline;
	float: right;
}

/* #### MAIN MENU #### */

.menuFrame {
/*	background-color: #E2FFBF; */
	background-color: #61B300;
	width: 170px;
	padding: 5px;
}

td.contentFrame {
	padding: 10px;
}

table.menu {
	width: 100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}
table.menu td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: #61B300;
/*	background-color: #E2FFBF; */
	-moz-border-radius: 0px 0px 0px 0px;
}
table.menu a {
	font-weight:bold;
	margin-left:0px;
	margin-right:0px;
	text-decoration:none;
}
table.menu a:link {color: white;}
table.menu a:visited {color: white;}
table.menu a:hover {color: yellow;}
table.menu a:active {color: white;}



/* ####  TURER  #### */

table.calendar {
	border-width: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
}

.cal1 {
	background-color: #FFD980;
}

.cal2 {
	background-color: #FFECBF;
}

.day {
	font-weight: bold;
}

</style>