/* redefined styles */
<!--
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
a {
	color:#993300;
}

a:hover {
	color:#CC6633;
}
a:active {
	color:#993300;
}
h1 {
	font-size:24px;
	font-weight:lighter;
}
h2 {
	font-size:18px;
	font-weight:lighter;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
input,select,textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
}

/* custom styles */

.header-large-white {
	font-size:24px;
	color:#FFFFFF;
	text-decoration:none;
	font-variant:small-caps;
}
.subhead-sm-white {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.breadcrumb {
	font-size:11px;
}
.header-lg {
	font-size:24px;
	color:#990000;
}
.header-med {
	font-size:18px;
	font-weight:lighter;
}
.headline-link {
	font-size:18px;
	font-weight:lighter;
	text-decoration:none;
}
.headline-link a {
	color:#000000;
	text-decoration:none;
}
.headline-link a:hover {
	color:#990000;
}
.nav-med-white {
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}
.subhead-med {
	font-size:12px;
	font-weight:bold;
}
.sub-orangey {
	color:#F88512;
}
.txt-big {
	font-size:14px;
}
.txt-box {
	line-height:16px;
	color:#333333;
}
.txt-cap {
	font-size:28px;
}
.txt-intro {
	font-size:14px;
	line-height:20px;
}
.txt-lg {
	font-size:12px;
}
.txt-med {
	font-size:11px;
}
.txt-med-gray {
	font-size:11px;
	color:#666666;
}
.txt-sm {
	font-size:9px;
}
.txt-smcap {
	font-size:12px;
	color:#666666;
	font-variant:small-caps;
}
.anylinkcss {
position:absolute;
visibility: hidden;
border:1px solid #333333;
border-bottom-width: 0;
font:normal 10px Georgia;
line-height: 18px;
z-index: 100;
background-color:#3A4331;
width: 160px;
}

.anylinkcss a {
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #333333;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
font-weight: bold;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #333333;
color: #FFFFFF;
}

div#qTip {
  padding: 3px;
  border: 1px solid #333333;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #B42525;
  color: #FFFFFF;
  font: bold 10px Georgia, "Times New Roman", Times, serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

.link-yellow {
	font-size:11px;
	color:#FFFFCC;
}
.link-yellow a {
	font-size:11px;
	color:#FFFFCC;
}
.link-yellow a:hover {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.link-yellow a:active {
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}
