body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

H2 {
	color : #33748A;
	background-color: #C0E6F9;
	text-align: left;
	padding-left: 165px;
	font-size: 18pt;
	font-family:  "Lucida Calligraphy", "Century Gothic", arial, helvetica;
}

H3 {
	text-align: center;
	font-size: 16pt;
	font-family: sans-serif;
}

H4 {
	text-align: center;
	color : #ff00ff;
	font-family : "Century Gothic", arial, helvetica;
	font-size: 16px;
}

.SmallMenuLink { COLOR: #6666CC;
 font-family: "Century Gothic", arial, helvetica;
 FONT-SIZE: 20px;
 TEXT-DECORATION: underline;
 width:  100%;
}
.SmallMenuLink:hover
 { COLOR: #000000;
 font-family: "Century Gothic", arial, helvetica;
 FONT-SIZE: 20px;
 TEXT-DECORATION: none;
 width:  100%;
}
  
.NeoMenuLink { COLOR:#000000;
 font-family: "Century Gothic", arial, helvetica;
 FONT-SIZE: 18px;
 font-weight:300;
 font-size-adjust:none;
 TEXT-DECORATION: none;
 text-align: right;
 width:  100%;
}
.NeoMenuLink:hover
 { COLOR: #000000;
 background-color: #bad7b2;
 font-family: "Century Gothic", arial, helvetica;
 FONT-SIZE: 18px;
 font-weight:300;
 TEXT-DECORATION: none;
 text-align: right;
 background-repeat: no-repeat;
  } 
  
TD {
	color : Black;
	font-family : "Century Gothic";
}

SIDE {
	color : Black;
	font-family : "Century Gothic";
	font-size: 12px;
	text-align: center;
}

A.invisible {
	color: #ffffff;
		text-decoration: none;
		font-size : 16px;
}

A.invisible:Hover {
	color: #ffffff;
		text-decoration: none;
		font-size : 16px;
}

A {
	color: #33748A;
		text-decoration: underline;
		font-size : 16px;
}

A:Hover {
	color: 33748A;
	text-decoration: none;
	font-size : 16px;
	font-weight: 700;
}

HR {
	height: 1pt;
	color: #336699;
}

.address {

	color : #000000;
	font-family : "Century Gothic";
	font-size: 12px;

}


.footer {

	color : gray;
	font-family : "Century Gothic";
	font-size: 10px;
}


.menutext {
	color : Maroon;
	font-family : "Century Gothic" ;
	font-size: 12px;

}
.specialItemHomeText {
	font-family: Arial, Helvetica, sans MS-serif;
	font-size: 11px;
	color: #660033;
}
.style12 {
	color: #BAD7B2
}
.style13 {
	font-size: 24px
}
.style14 {
	font-family : "Century Gothic";
	color: gray;
}
.style15 {
	color: gray
}
a.fastquote {
	color : Red;
	font-family : tahoma ;
	font-style:italic;
	font-size: 24px;
}
a.fastquote:link {
	color : Red;
	font-family : tahoma ;
	font-style:italic;
	font-size: 24px;
}
-->
#CalendarControlIFrame {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 250px;
	z-index: 99;
}
#CalendarControl {
	position:absolute;
	background-color:#FFF;
	margin:0;
	padding:0;
	display:none;
	z-index: 100;
}
#CalendarControl table {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	border-left: 1px solid #336;
	border-right: 1px solid #336;
}
#CalendarControl th {
	font-weight: normal;
}
#CalendarControl th a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	padding: 1px;
}
#CalendarControl td {
	text-align: center;
}
#CalendarControl .header {
	background-color: #336;
}
#CalendarControl .weekday {
	background-color: #DDD;
	color: #000;
}
#CalendarControl .weekend {
	background-color: #FFC;
	color: #000;
}
#CalendarControl .current {
	border: 1px solid #339;
	background-color: #336;
	color: #FFF;
}
#CalendarControl .weekday, #CalendarControl .weekend, #CalendarControl .current {
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	width: 2em;
}
#CalendarControl .weekday:hover, #CalendarControl .weekend:hover, #CalendarControl .current:hover {
	color: #FFF;
	background-color: #336;
	border: 1px solid #999;
}
#CalendarControl .previous {
	text-align: left;
}
#CalendarControl .next {
	text-align: right;
}
#CalendarControl .previous, #CalendarControl .next {
	padding: 1px 3px 1px 3px;
	font-size: 1.4em;
}
#CalendarControl .previous a, #CalendarControl .next a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#CalendarControl .title {
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
#CalendarControl .empty {
	background-color: #CCC;
	border: 1px solid #FFF;
}
