.topbanner {
	font-weight: normal; 
	color: green; 
	font-size: 36px; 
	text-align: center
}

.solidtopbanner {
	background: green;
}

.marqueeTitle {font-size: 11px; color: grey; margin-left: 5px;}

.centeredImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background: rgb(128,128,128);
	margin: 0;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: green;	
}

table#mainlayout {
	border: 2px solid rgb(93,103,124); 
	background: white;
	width: 800px;
	margin: 0;
}

td#leftmenu {
	border-right: 1px solid rgb(93,103,124); 
	background: rgb(220,220,220);
	width: 135px;
}

td#rightmenu {
	border-left: 1px solid rgb(93,103,124); 
	background: rgb(220,220,220);
	width: 135px;
}

.tableStripe { 
	background: rgb(220,220,220); 
}

.generalText {
	font-size: 11px;
}

.errorText {
	font-size: 11px;
	color: red;
}

#menuText {
	font-size: 11px; 
	color: green;
	margin-left: 5px;
}

.info {
	background-color: green; 
	color: white;
}

a {
	font-size: 11px;
	text-decoration: none;
	color: green;
}

a.menuItem {
	margin-left: 5px;
}

a:hover {
	color: blue; 
}

a:active {
	color: blue; 
}

a.coltNotPaid {
	color: violet;	
}

a.memberNotPaid {
	color: red; 
}

a.memberInactive {
	color: black; 
}

a.coltNotPaid:hover, a.memberNotPaid:hover, a.memberInactive:hover,  {
	color: blue; 
}

/* Styles for the forms on the site */
FORM {
	padding:0px;
	margin:0px;
}
SELECT, OPTION {
	background-color: rgb(237,240,229);
	font-family: verdana,arial;
	font-size: 11px;
	font-weight: normal;
}

TEXTAREA{
	width: 100%;
	border: 1px solid rgb(16,37,79);
	background-color: rgb(237,240,229);
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 11px;
}
INPUT{
	border: 1px solid rgb(16,37,79);
	background-color: rgb(237,240,229);
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 11px;
}
.button{
	border: 1px solid rgb(16,37,79);
	background-color: rgb(237,240,229);
	font-family: verdana,arial;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
}

INPUT.none{
	border: 0px solid black;
}