/* CSS Document */

body  {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFF66;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	}

td {
	font-size: 13px;
	font-family:Helvetica, Arial, Verdana;
	line-height: 18px;
}
a:link {
	color:#990000;
	text-decoration:none;
	
}
a:visited {
	color: #000000;
	text-decoration:none;
	
}
a:hover {
	color: #993300;
	text-decoration:none;
	
}
a:active {
	color: #000000;
	text-decoration:none;
	
}

A.NAV:link {
	color: #000000;
	padding:4px;
	text-decoration: none;
	border-bottom:none;
}
A.NAV:visited {
	color: #000000;
	padding:4px;
	text-decoration: none;
	border-bottom:none;
}
A.NAV:hover {
	color: #000000;
	padding:4px;
	background-color:#FFBB55;
	text-decoration: none;
	border-bottom:none;
}
A.NAV:active {
	padding:4px;
	color: #4A3121;
	text-decoration:none;
	border-bottom:none;
}



.background {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.background_blue {
	background-attachment: fixed;
	background-image: url(images/background_blue.jpg);
	background-repeat: repeat-x;
}
.background_purp {
	background-attachment: fixed;
	background-image: url(images/background_purp.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: normal;
}

.bottomLink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#CC3300;
	}



form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}



.reviews  {
	line-height: 20px;
	}
	
.news  {
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 24px;
	padding:4px;
	background-color:#660066;
	
	}
	
.dates  {
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 24px;
	padding:2px;
	background-color:#FF6600;
	
	}
	
.verdana-small  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	}
	
.welcome  {
	line-height:24px;
	}
	
.cdtitles  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#990000;
	font-weight:bold;
	}
				
