@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #A31000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color:#ff0000;
}
a.neg:link {
	color: #a6c69d;
	text-decoration: underline;
}
a.neg:visited {
	text-decoration: underline;
	color: #999999;
}
a.neg:hover, a.neg:active {
	text-decoration: none;
	color: #ffffff;
}
.neg {
	color: #a6c69d;
}
.small {
	font-size:7pt;
	text-transform:uppercase;
	font-weight:bold;
}
.subhead {
	font-size:11pt;
	text-transform:uppercase;
	font-weight:bold;
	color:#A31000;
}
.title {
	font-size:12pt;
	text-transform:capitalize;
	font-weight:bold;
	color:#043087;
}
.subtitle {
	text-transform:capitalize;
	font-weight:bold;
	color:#000000;
}

a[target~="_blank"] {
	background-image:url(images/link-ext.gif);
	background-repeat:no-repeat;
	background-position: right top;
	padding-right:11px;
}
a[href^="mailto:"] {
	background-image:url(images/link-email.gif);
	background-repeat:no-repeat;
	background-position: right top;
	padding-right:11px;
}
a[href$=".pdf"] {
	background-image:url(images/link-pdf.gif);
	background-repeat:no-repeat;
	background-position: right top;
	padding-right:12px;
}
a.menu:link {
	color: #666666;
	text-decoration:underline;
	display:block;
	padding:0px 10px 0px 10px;
	border-left: #cccccc 2px solid;
	text-align:center;
	line-height:20px;
	float:right;
	background-color: #f6f6f6;
	font-weight:normal;
}
a.menu:visited {
	color: #333333;
	text-decoration:underline;
	display:block;
	padding:0px 10px 0px 10px;
	border-left: #cccccc 2px solid;
	text-align:center;
	line-height:20px;
	float:right;
	background-color: #f6f6f6;
	font-weight:normal;
}
a.menu:hover, a.menu:active {
	color: #ffffff;
	background-color: #A31000;
	text-decoration: none;
	font-weight:normal;
}
a.submenu:link {
	color: #666666;
	text-decoration:underline;
	display:block;
	padding:0px 8px 0px 8px;
	border-left: #cccccc 2px solid;
	text-align:center;
	line-height:18px;
	float:right;
	background-color: #f6f6f6;
	font-weight:normal;
}
a.submenu:visited {
	color: #333333;
	text-decoration:underline;
	display:block;
	padding:0px 8px 0px 8px;
	border-left: #cccccc 2px solid;
	text-align:center;
	line-height:18px;
	float:right;
	background-color: #f6f6f6;
	font-weight:normal;
}
a.submenu:hover, a.submenu:active {
	color: #ffffff;
	background-color: #A31000;
	text-decoration: none;
	font-weight:normal;
}