/* CSS Document */
body {
	background-color: #DAC9AD;
}
a:link {
	color: #999933;
}
a:visited {
	color: #999933;
}
a:hover {
	color: #6E1940;
}
a:active {
	color: #6E1940;
}
#footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
#footerText a:link, #footerText a:visited {
	color: #FFFFFF;
}
#footerText a:hover, #footerText a:active {
	color: #C5C550;
}
.adBorder {
border-bottom: 1px solid #6E1940;
border-left: 1px solid #6E1940;
border-right: 1px solid #6E1940;
border-top: 1px solid #6E1940;
}
#copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E1940;
}
#copyrightText a:link, #copyrightText a:visited {
	color: #6E1940;
}
#copyrightText a:hover, #copyrightText a:active {
	color: #996600;
}
.mainText {
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif;
}
.smallText {
font-size: 11px; 
font-family: Arial, Helvetica, sans-serif;
}
.burgundyTextBold {
font-size: 13px; 
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color: #6E1940;
}
.mainTextWhite {
color: white;
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif;
}

#topOfPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#topOfPage a:visited, #topOfPage a:link {
	color: black;
	text-decoration: underline;
}
#topOfPage a:hover, #topOfPage a:active{
	color: white;
	text-decoration: none;
	border-bottom: none;
	background-color:#6E1940;
}

.greenLineText {color: #999933}

.titleText {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
color: #6E1940;
border-bottom:1px dashed #6E1940;
}

.imageBorder {
	padding: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px dashed #6E1940;
}

#areaLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#areaLinks a:visited, #areaLinks a:link {
	color: #6E1940;
	text-decoration:none;
	border-top:1px dashed #6E1940;
	border-bottom:1px dashed #6E1940;
}
#areaLinks a:hover, #areaLinks a:active, #areaLinks a#current{
	color: white;
	text-decoration: none;
	border-top:1px dashed #999933;
	border-bottom:1px dashed #999933;
	background-color:#6E1940;
}