@charset "UTF-8";
body {
	margin-top: 0px;
	background-color: #FFFFFF;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

a:link, a:visited {
	color: #ba0101;
}
a:hover {
	color: #666666;
}
.redstyle {
	color: #ba0101;
}
.headertd {
	background-image: url(images/header_repeat.jpg);
	background-repeat: repeat-x;
}
.navtd {
	background-image: url(images/navrepeat.jpg);
	background-repeat: repeat-x;
}
.navtop, a.navtop:link, a.navtop:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}
a.navtop:hover {
	color: #cf0000;
	background-image: url(images/navarrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	
}
.smallyellow, a.smallyellow:link, a.smallyellow:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a07143;
	
}
a.smallyellow:hover {
	color: #3c1301;
}
.medyellow, a.medyellow:link, a.medyellow:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #a07143;
	line-height: 22px;
}
a.medyellow:hover {
	color: #666666;
}
.largeyellow {
	font-family: Garamond, Times, serif;
	font-size: 28px;
	font-style: italic;
	color: #bd9546;
	line-height: 34px;
}
.redtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ba0101;
}
.navthbkgrnd {
	background-image: url(images/nav_th_bkgrnd_03.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #84715e;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.smallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;	
}
