body {
	background-attachment: scroll;
	background-color: White;
	background-image: url(page_bg.gif);
	background-repeat: repeat-x;
	color: #444444;
	font-family: Calibri, sans-serif;
	font-size: 15px;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

table {
	border: 1px Gray;
	padding: 0 0 0 0;
	color: #444444;
	font-family: Calibri, sans-serif;
	font-size: 15px;
}

.text {
	color: #444444;
	font-family: Calibri, sans-serif;
	font-size: 15px;
	padding: 0px 20px 15px 20px;
	background-position: top;
	background-repeat: repeat-y;
}

small {
	color: #444444;
	font-family: Calibri, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #444444;
	font-family: Calibri, sans-serif;
	font-size: 15px;
}

a:hover, a:focus {
	color: Navy;
	font-family: Calibri, sans-serif;
	font-size: 15px;
}

a:active {
	color: Red;
	font-family: Calibri, sans-serif;
	font-size: 15px;
}

h1 {
	color: Navy;
	font-family: Calibri, sans-serif;
	font-size: 22px;
}

h2 {
	color: #444444;
	font-family: Calibri, sans-serif;
	font-size: 18px;
}

h3 {
	color: #444444;
	font-family: Calibri, sans-serif;
	font-size: 14px;
}

li {
	list-style-position: inside;
	padding-bottom: 10px;
	text-indent: -15px;
	font-family: Calibri, sans-serif;
	font-size: 14px;
	list-style-image: url(clip_check2.png);
}

.overmarked {
	list-style-position: inside;
	padding-bottom: 10px;
	text-indent: -15px;
	font-family: Calibri, sans-serif;
	font-size: 14px;
	background-image: url(clip_overmarked.png);
}

hr {
	color: Gray;
	float: right;
	padding-bottom: 10px;
	padding: 10px;
	height: 2px;
	width: 100%;
}

.headbar {
	font: bold 10px Calibri, sans-serif;
	color: White;
}

.footbar {
	font: bold 10px Calibri, sans-serif;
	color: White;
}

.date {
	font: 10px Calibri, sans-serif;
	color: Navy;
}

.date a{
	font: bold 10px Calibri, sans-serif;
	color: Navy;
}

.date a:hover{
	font: bold 10px Calibri, sans-serif;
	color: Red;
}

.date a{
	font: bold 10px Calibri, sans-serif;
	color: Navy;
}

.ddoverlap{
	border-bottom: 1px groove Gray;
	background-color: #E2E2E2;
}

.ddoverlap ul{
	padding: 0;
	margin: 0;
	font: 13px Calibri;
	list-style-type: none;
}

.ddoverlap li{
	display: inline;
	margin: 0;
}

.ddoverlap li a{
	font: 13px Calibri;
	color: #404040;
	letter-spacing: 1px;
	padding: 1px 25px;
	padding-right: 30px;
	/*extra right padding to account for curved right edge of tab image*/
	background: transparent url(righttabdefault.gif) no-repeat 100%;
	/*give illusion of shifting 1px down vertically*/
	border-left: 1px solid Gray;
	position: relative;
	display: block;
	float: left;
	margin-left: -5px;
	/*shift tabs 20px to the left so they overlap*/
	left: 20px;
}

.ddoverlap li a:visited{
	font: 13px Calibri;
	color: #404040;
	letter-spacing: 1px;
}

.ddoverlap li a:hover{
	font: 13px Calibri;
	color: #D00000;
	letter-spacing: 1px;
}

.ddoverlap li.selected a{
	/*selected tab style*/
	font: 13px Calibri;
	color: #D00000;
	letter-spacing: 1px;
	z-index: 100; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(righttabselected.gif) no-repeat 100%;
}

.ddoverlap li.selected a:hover{
	font: 13px Calibri;
	color: #D00000;
	letter-spacing: 1px;
}

.ddoverlap li.selected a:active{
	font: 13px Calibri;
	color: #D00000;
	letter-spacing: 1px;
}