@charset "utf-8";
/* CSS Document */

.bold_header_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	line-height: 110%;
}
.bold_header_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990033;
	line-height: 110%;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #666666;
}
.body_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #666666;
}
.hovermenu table {
	background-color: #FFFFFF;
	border: thin dotted #999999;
}
.hovermenu table:hover{
	background-color: #FFFFFF;
	border: thin solid #666666;
}
.small_link  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #990033;
	text-decoration: none;
}
.small_link  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #990033;
	text-decoration: underline;
}
.bold_header_red a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990033;
	line-height: 110%;
	text-decoration: none;
}
.bold_header_red a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990033;
	line-height: 110%;
	text-decoration: none;
}
.bold_header_red a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990033;
	line-height: 110%;
	text-decoration: underline;
}
.small_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 110%;
}

.small_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #990033;
	line-height: 110%;
}
.small_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
	line-height: 110%;
}
.small_blue a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
.small_blue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}
.small_blue  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
.small_blue a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
	line-height: 110%;
	text-decoration: none;
	}
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid grey; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 110px; /*offset of tabs relative to browser left edge*/
font: bold 11px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 4px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #990033; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.white_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #FFFFFF;
}
