<!-- /* Style Sheet for easy layout */
body {
	font-size:10pt;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
	margin:2px;
	}

td {
	font-size:10pt;
	/*border:1px blue solid;*/
	}

img	{
	border:0px;
	}

/* stuff for the good 'ol normal links */
a:link {
	color:#000066;
	}

a:active {
	color:red;
	}

a:visited {
	color:#660066;
	}

a:hover {
	color:#660066;
	text-decoration:none; /* take the underline off when it hovers */
	}


/* ######################################################################## */
/* ### menu ############################################################### */

.menuHeader {
	border:1px #540152 solid;
	font-weight:bold;
	background-color:#cc6666;
	color:white;
	padding-left:5px;
	width:130px; /* 135-5*/
	margin-bottom:2px;
	}

a.menu { /* properties that are the same for all types */
	display:block;
	padding:1px;
	color:#fdfdfd;
	background-color:#162809;
	text-decoration:none;
	font-weight:bold;
	width:140px; /* 135-1-1 */
	border:1px #540152 solid;
	margin:3px 0px 0px 0px;
	}

a.menu:link {
	margin:3px 0px 0px 0px;
	color:#ffffff; 
	}
a.menu:visited {
	color:#dfe375; 
	}
a.menu:hover {
	color:white;
	background-color:#162809;
	}
a.menu:active {
	color:#a5b899; 
	}
/* ######################################################################## */

-->