﻿.body {
	padding: 10px 10px 0 0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #000000;
}
.pagetitle {
	color: #D8E0B7;
	text-transform: uppercase;
	font: bold 120% Arial, Helvetica, sans-serif;
}
.masthead_title {
	text-align: center;
}
.banner_centered {
	border: 0px;
	text-align: center;
}
.masthead {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0191C8;
	text-align: center;
}
.logo {
	margin-left: 10px;
	margin-top: 3px;
}
.print_view {
	text-align: right;
}
h1 {
	color: #176090;
	font: bold 200% Arial, Helvetica, sans-serif;
}
.subtitle {
	color: #176090;
	font: bold 115% Arial, Helvetica, sans-serif;
}
.indent {
	margin-left: 40px;
}
.indent_2 {
	margin-left: 80px;
}
.print_icon {
	border: 0px;
	margin-left: 5px;
	float: right;
}
a {
	color: #4E7DD6;
	text-decoration: none;
}
a:visited {
	color: #4E7DD6;
	text-decoration: none;
}
a:active {
	color: #4E7DD6;
	text-decoration: none;
}
a:hover {
	color: #4E7DD6;
	text-decoration: underline;
}
b {
	font-size: 100%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #74C2E1;
	font-weight: bold;
	text-align:left;
}
.picture_left {
	margin-right: 15px;
}
.picture_right {
	border: 1px solid #000000;
	margin-left: 15px;
	margin-bottom: 10px;
}
.thumbnails {
	border: 1px #171715 solid;
}
.pdf {
	font-size: 9px;
}

/*Top Navigation */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#ddcolortabs {
	margin-left: 4px;
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
}
#ddcolortabs ul {
	font: bold 11px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#ddcolortabs li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}
#ddcolortabs a {
	float: left;
	color: white;
	background: #005B9A url(../images/color_tabs_left.gif) no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}
#ddcolortabs a span {
	float: left;
	display: block;
	background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
	padding: 4px 9px 2px 6px;
}
#ddcolortabs a span {
	float: none;
}
#ddcolortabs a:hover {
	background-color: #74C2E1;
}
#ddcolortabs a:hover span {
	background-color: #74C2E1;
}
#ddcolortabs #current span {
	/*currently selected tab*/
background-color: #0191C8;
}
#ddcolortabs #current a {
	/*currently selected tab*/
background-color: #0191C8;
}
#ddcolortabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #0191C8;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

