/* REDEFINED STYLES */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height:18px;
	color: #333333;
	margin-top:0;
	background-color:#CCCCCC;
}
a {
	color: #990000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #990000;
}
input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
}

/* GENERAL STYLES */

.txt-med {
	font-size:11px;
	color:#333333;
	line-height:15px;
}
.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.txt-intro {
	font-size:14px;
	line-height:20px;
}
.smallcaps {
	font-size:12px;
	color:#999999;
	font-variant:small-caps;
}
h1 {
	font-size:24px;
	color:#990000;
	line-height:28px;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:#444444;
	line-height:24px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.breadcrumb {
	font-size:10px;
	color:#666666;
	line-height:15px;
}
.txt-sm-gray {
	font-size: 11px;
	color: #666666;
	line-height:15px;
}
.txt-caption {
	font-size: 10px;
	color: #666666;
	line-height:15px;
}
.border {
	border: 1px solid #FFFFFF;
}
.border-orange {
	border: 1px dotted #FFCC66;
}
.subhead-med-red {
	font-size:16px;
	font-weight:bold;
	color:#990000;
}
.subhead-med-black {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.footer-main {
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}
.footer {
	font-size:10px;
	text-decoration:none;
}
.table-header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom:#333333 1px solid
}
