@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #B21A2E;
	letter-spacing: .1em;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
.oneColFixCtr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0;
}
.oneColFixCtr #container #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #CCCCCC;
	margin-bottom: 20px;
	text-align: center;
}
#dt-content table {
	padding: 0px;
	display: block;
	margin-bottom: 12px;
}

#dt-content table td {
	padding: 4px;
}
select .inpt {
	border: 1px solid #999999;
	font-size: 12px;
	padding: 2px;
}
.inpt {
	border: 1px solid #999999;
	font-size: 12px;
	padding: 2px;
}
.inpt:hover {
	border: 1px solid #999999;
	font-size: 12px;
	padding: 2px;
	background-color: #99FF99;
}
#dt-content .btn {
	background-color: #EEEEEE;
	border: 4px solid #999999;
	font-weight: bold;
	cursor: pointer;
	width: 140px;
}
#dt-content .btn:hover {
	background-color: #000000;
	border: 4px solid #B21A2E;
	font-weight: bold;
	color: #FFFFFF;
}
#dt-content .btn2 {
	background-color: #EEEEEE;
	border: 4px solid #999999;
	font-weight: bold;
	cursor: pointer;
	display: block;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	width: 170px;
}
#dt-content .btn2:hover {
	background-color: #000000;
	border: 4px solid #B21A2E;
	font-weight: bold;
	color: #FFFFFF;
}
.reportTitle {
	font-size: 16px;
	font-weight: bold;
	color: #B21A2E;
	line-height: 30px;
	text-align: center;
	vertical-align: .1%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#dt-content #container2 #sidebar2 {
	float: left;
	width: 210px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#dt-content #container2 #theContent2 {
	margin-left: 220px;
}
/*#dt-content #container2 #sidebar2 ul {
	font-weight: normal;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#dt-content #container2 #sidebar2 ul li {
	font-weight: bold;
	list-style-type: none;
	font-size: 12px;
	padding: 0px;
	height: 26px;
	text-indent: 8px;
	background-repeat: no-repeat;
	background-image: url(../pics/sb-button-up.gif);
	background-color: Transparent;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#dt-content #container2 #sidebar2 ul li a {
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 26px;
	line-height: 24px;
	border: 0px solid #FFFFFF;
	background-image: url(../pics/sb-button-up.gif);
	display: block;
}
#dt-content #container2 #sidebar2 ul li a:hover {
	color: #B32334;
	display: block;
	background-image: url(../pics/sb-button-down.gif);
}
*/#theContent2 .table40 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#theContent2 .table40 td {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#theContent2 .table40 .tableHeader {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: 2px solid #B21A2E;
}
#theContent2 .table40 .tableHeaderleft {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 2px solid #B21A2E;
	border-top: 2px solid #B21A2E;
	border-bottom:2px solid #B21A2E;
	border-right: 2px solid #666666;
		
}
#theContent2 .table40 .tableHeaderRight {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: 2px solid #B21A2E;
	border-right: 2px solid #B21A2E;
	border-top: 2px solid #B21A2E;
	border-bottom:2px solid #B21A2E;
	border-left: 2px solid #666666;
}
#theContent2 .table40 .citData {
	font-weight: bold;
	color: #B21A2E;
}
#theContent2 .table40 .citDataGrey {
	font-weight: bold;
	color: #666666;
}
#theContent2 .table40 .citDataBlack {
	font-weight: bold;
	color: #000000;
}
#theContent2 .table40 .subHeader {
	background-color: #CCCCCC;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border: 2px solid #999999;
}
#container2 .siteLinks {
	font-size: 10px;
	color: #666666;
	margin-bottom: 8px;
}
#container2 .siteLinks a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#container2 .siteLinks a:hover {
	font-size: 10px;
	color: #B21A2E;
}

.tableHeader2 {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #666666;
	line-height: 22px;
}

.tableHeader0 {
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #666666;
	line-height: 22px;
}
.table40 .total-row {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
}


#tip {
	height: 500px;
	width: 500px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
}
.table40 a {
	text-decoration: none;
	color: #666666;
}
.table40 a:hover {
	text-decoration: none;
	color: #CC3300;
}
.tableReport {
	font-size: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
}
.tableReport td {
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	line-height: 12px;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}
.tableHeader a {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.tableReport .tableHeader {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #B21A2E;
	font-size: 14px;
	line-height: 22px;
}
.tableReport .tableHeader2 {
	background-color: #666666;
	font-weight: normal;
	color: #FFFFFF;
	border: 2px solid #B21A2E;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

#container2 .siteLinks {
	font-size: 10px;
	color: #666666;
}
#container2 .siteLinks a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#container2 .siteLinks a:hover {
	font-size: 10px;
	color: #B21A2E;
}
#container2 .topMenu {
	text-align: right;
	margin-bottom: 6px;
}
#theContent2 .hideitall {
	padding-top: 2px;
	padding-bottom: 4px;
}
#theContent2 .hideitall a {
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#theContent2 .hideitall a:hover {
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #B21A2E;
	text-decoration: none;
}


#sidebar2 .hideitall {
	padding-left: 12px;
}
#sidebar2 .hideitall a {
	padding-left: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#theContent2 #myLetter {
	height: 400px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	padding: 12px;
}


/* Added by Paul Maranogni for FAQ.htm */

h2 > a.skipAnchor:link, h2 > a.skipAnchor:visited
{
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
    color: #999999;
}

h2 > a.skipAnchor:hover 
{
    text-decoration: underline;
    color: #666666;
}

/********************************************************************************************/