.maintxt, td {  
	font-family: "Courier New", Courier, mono; 
	font-size: 14px; 
	line-height: 17px; 
	color: #FFFFFF; 
	text-decoration: none
}

a {
	color: #7ED200;
	text-decoration: none;
}

a:hover {
	color: #99FF00;
}

.agenda {
	background-color : Black;
	color: Lime;
	text-align: left;
	font-size: 13 px;
}

.agendacontent {
	background-color : Black;
	color: White;
	text-align: left;
	font-size: 13 px;
}

.swafbook {
	background-color : Black;
	color: Lime;
	text-align: left;
	font-size: 13 px;
}

.swafbookcontent {
	background-color : #3a3a3a;
	color: White;
	text-align: left;
	font-size: 13 px;
}

.whiteborder {
	border: 1px solid #ffffff;
}

.bodybackground {
	background-image : url('/layout/bgmain.gif');
	background-repeat : repeat-x;
}