body {
	margin: 0px 0px 0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. #EEEBE3*/
	background-color:#FFFFFF;
}

body, td, span, div, p {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.whiteText{
	color:#FFFFFF;
}
.mainBG {
	background-color:#799AD2;
}

.intBG {
	background-color:#FFFFFF;
}

.homeFont {
	color:#620E0D;
	font-size:18pt;
}
.homeFontWhite {
	color:#FFFFFF;
	font-size:18pt;
}

.homeHeader {
	color:#FFFFFF;
	font-size:20pt;
	font-weight:bold;
}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}
.heading {
	font-weight : bold;
	font-size:16px;
}


a {
	color : #000000;
	text-decoration : none;
	font-size:12px;
}
a:hover {
	color : #000000;
	text-decoration:underline;
}
a:visited {
	color : #000000;
	text-decoration : none;
}
a:visited:hover {
	color : #000000;
	text-decoration:underline;
}

.on{
	color : #660000;
}

/*interior main links at top of pages*/
.intLink {
	color : #000000;
	text-decoration : none;
	font-size:12px;
}
.intLink:hover {
	color : #FFFFFF;
	background-color:#50B3CF;
}
.intLink:visited {
	color : #000000;
}
.intLink:visited:hover {
	color : #000000;
}

.intLinkOn{
	color : #FFFFFF;
	background-color:#50B3CF;
}
.intLinkOn:hover {
	color : #FFFFFF;
	background-color:#50B3CF;
}
.intLinkOn:visited {
	color : #FFFFFF;
}
.intLinkOn:visited:hover {
	color : #FFFFFF;
}
/*end of interior main links at top of pages*/



.quote {
	color : #666666;
	font-size : 10px;
}
.test {
	color : #999999;
	font-size : 11px;
}

.holiday {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	color : #333333;
}
.holidayEmphasis {
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
	color : #41759c;
}
.stories {
	font-size : 11px;
	color : #ffffff;
	font-weight : bold;
}

div#links {position: relative; top: 0px; left: 0; width: 277px; height: 500px; z-index: 100;}
div#links a span {display: none;}
div#links a:hover span {display: block;
   position: absolute; top: -182px; left: 350; width: 125px;
   }


.formButton {
	BORDER-RIGHT: #D4D0C8 1px solid;
    BORDER-TOP: #D4D0C8 1px solid;
    BORDER-LEFT: #D4D0C8 1px solid;
    BORDER-BOTTOM: #D4D0C8 1px solid;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    color:#000000
    background-color:#FFFFFF;
}