A {
	color : #CACBB1;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	letter-spacing : 1px;
	text-decoration : none;
}

A:visited {	text-decoration:none; color:blue }
A:link { text-decoration:none; color:blue }
A:hover { text-decoration:none; color:red }	

BODY {
	margin : 0px 0px 0px 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : 1px;
	scrollbar-arrow-color : #21492B;
	scrollbar-face-color : #EFEFDE;
	background-color : #ACCA74;
	color : #6666CC;
}

.copyright, .copyright A,  .copyright A:visited{
	color : #CACBB1;
	font-size : 10px;
}

.eventtitle {
	color : Blue;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : Bold;
	border-bottom : 1px solid #4DA45F;
	padding : 3 3 3 3;
}

.title2 {
	color : Blue;
	font-size : 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : Bold;
	padding-top : 10px;
}
/*Used for popups*/
.eventinformation{
 color : black;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #4DA45F;
	padding : 3 3 3 3;
}

/* .lite & .dark are used to draw alternating color rows when the events are listed on events/index.php */
.lite{
	border : 1px solid #636846;
}
.dark{
	color : Black;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : Bold;
	padding : 3 3 3 3;
}
/* .appTable is used on the on line application page */
.appTable {
	border : 1px solid #A2A579;
}
.appTableHead{
	padding : 3px 3px 3px 3px;
	background-color : #CACBB1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #333524;
}
