<!--
/* === General Layout === */
body {
	background-image: url('../images/Background.gif');
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #579191; /*turquoise blue */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
	font-size: 0.9em;
	color: black;
	line-height: 130%;
}

table {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

a:link {
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a img {
	border-color: white;
}

a.none img {
	border: none;
}

a.none:hover {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.vtop {
	vertical-align: top;
}

table table {
	width: 99%;
}


/* === Menu === */
.menubg {
	background-image: url('../images/MenuBackground.gif');
	background-repeat: repeat-x;
	background-position: top center;
	color: white;
	text-align: center;
	padding: 10px 0;
	line-height: 160%;
	margin-bottom: 8px;
}

.menubg a {
	padding: 2px 4px;
}

.menubg a:link {
	text-decoration: none;
	color: white;
}
.menubg a:visited {
	text-decoration: none;
	color: white;
}
.menubg a:hover {
	text-decoration: underline;
	color: white;
}
.menubg a:active {
	text-decoration: none;
	color: white;
}

#current {
	text-decoration: none;
	color: white;
	background-color: #d8a3a6;
	padding: 2px 4px;
}

-->