a { color: black; text-decoration:none; }
a:visited { color: black; text-decoration:none; }
a:hover { color: black; text-decoration:underline; }
a:active { color: black; text-decoration:none; }

a.navigation { color: black; text-decoration:none; }
a.navigation:visited { color: black; text-decoration:none; }
a.navigation:hover { color: white; text-decoration:none; background-color: red; }
a.navigation:active { color: black; text-decoration:none; }

body {
background-image: url("../images/pagebg.png");
background-repeat: no-repeat;
background-attachment: fixed;
font-family:Arial, sans-serif;

}

.info {
float: left;
margin-left: 15px;
position: fixed;
}

.tabletop {
vertical-align:top;
text-align:center;
}

.contenttitle {

	color: black;
	border-bottom: 1px solid black;
	font-weight: bold;
	height:26px;
	font-size: 24px;
}
.content {

	font-size: 14px;
}
.navtable {

}
.navigation {
	float: left;
	font-size: 12px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-left:2px;
	margin-right:2px;
	padding-left:5px;
	padding-right:5px;
	height:15px;
	background-color: white;
	color: black;
}
	.message {
					font-size:medium;
					color: black;
					background-color: red;
					border-top: 2px solid #000;
					border-left: 2px solid #000;
					border-right: 2px solid #000;
					border-bottom: 2px solid #000;
				}
				
	.message2 {
					font-size:medium;
					color: black;
					background-color: green;
					border-top: 2px solid #000;
					border-left: 2px solid #000;
					border-right: 2px solid #000;
					border-bottom: 2px solid #000;
				}