BODY {
	SCROLLBAR-FACE-COLOR: #B2B2F9; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #7B5353
}
.Border {
	border: 1px solid #000000;
}
.NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.CoverText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF66FF;
}
.BottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
	line-height: 16px;
}
.dots {
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #BBD8BB;
}
.Header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.Border1 {
	border: 2px dotted #A2CAA2;
}
.ContrastText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669966;
	font-weight: bold;
}
.NormalTextBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.Header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #D9E8D9;
}
.EventsHeader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF66FF;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.Border2 {
	border-top: none #A2CAA2;
	border-right: 2px dotted #A2CAA2;
	border-bottom: none #A2CAA2;
	border-left: none #A2CAA2;
}
.BottomLine {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF00FF;
}
.HRStyle {
	color: #000000;
	border: 1px solid #000000;
}
.Border3 {

	border: 1px solid #669966;
}
#MainImage {
	background-image: url(images/floral_main.jpg);
	background-repeat: no-repeat;
}

#Footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.EventBorder {
	border: 1px solid #333333;
}

select {
	background-color: #D9E8D9;
	color: #333333;
	font-size: 12px;
	line-height: 12px;
}
.Header3 {
	border: 1px solid #B2B2F9;
	padding: 2px;
}

/* 
Generic Styling, for Desktops/Laptops 
*/
.event_table table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.event_table tr:nth-of-type(odd) { 
  background: #D9E8D9; 
}
.event_table th { 
  background: #b2b2f9; 
  color: white; 
  font-size: 12px;
  font-weight: bold; 
}
.event_table td, th { 
  padding: 4px; 
  border: 1px solid #ccc; 
  text-align: left; 
}