

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-decoration: none; 
	font-weight: normal ;
	color: #CCCCCC;
	background-color: #E8FCE8; 
	text-align: justify;
}

.bodytext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #666;
	text-align: justify;

}

.titletext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	color: #669966;
	text-align: justify;

}

.CopyrightText {
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 7pt; 
		color: #333333; 
		text-decoration: none; 
		font-weight: normal;
}

table#copyright a { 
		color: #669966; 
		cursor: pointer; 
		text-decoration: none;
		font-weight: none;
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 7pt; 
}


h1 {
		color: #fff;
		background-color: #669966;
		text-align: center;
		font-size: 12pt;
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
}

h2 {
		text-align: left;
		font-size: 12pt;
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
		color: #669966;
		margin: 15px;
}

p {
		margin: 15px;
}

td#main a { 
		color: #669966; 
		cursor: pointer; 
		text-decoration: none;
		font-weight: none;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 9pt; 
}

td#events a { 
		color: #669966; 
		cursor: pointer; 
		text-decoration: none;
		font-weight: none;
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
}




#menu td { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 110px; /* Width of Menu Items */ 
	border-bottom: 1px solid #669966; 
	border-left: 10px solid #669966; 
} 

#menu td { 
	position: relative; 
} 


/* Make-up syles */ 

#menu td { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu td a { 
	font-size: 8pt;
	display: block; 
	text-decoration: none; 
	color: #669966; 
	background: #CCE6CC; /* IE6 Bug */ 
	padding: 2px;  
} 

/* Hover Styles */ 
#menu td a:hover { 
	font-size: 8pt;
	color: #fff; 
	background: #669966; 
} 

