h1,h2,h3,h4 {
	padding: 0;
}

h1 {
	color: #B20303;
	font-size: 22px;
	margin-top: 5px;
	padding: 0;
	line-height: 110%;
}

h2 {
	margin: 20px 0 0 0;
	font-size: 16px;
}

#index h2 {
	color: #B20303;
}

h3 {
	margin: 15px 0 0 0;
	font-size: 14px;
}

h4 {
	margin: 10px 0 0 0;
	font-size: 13px;
	font-style: italic;
}

h5 {
	font-size: 13px;
	font-weight: normal;
}

#itsreportbanner {
	margin-bottom: 5px;
}

ul {
	line-height: 155%;
}

li {
	margin: 0 0 0 -.5em;
}


div.horizontalBars {
	width: 100%; position: relative; height: 10px;
	background-position:bottom;
	background-color: #3366cc;
}

div.horizontalBottomBar{
	width: 100%; position: relative; height: 10px;
	margin-top:10px;
	background: #3366cc;
	background-position:top;
}

td.activeTab {
	vertical-align: middle;
	background-color: #3366cc;
	cursor: pointer; 
	white-space: nowrap;
}

td.inactiveTab {
	vertical-align:middle;
	position: relative; 
	cursor: pointer; 
	background-color:#EEEEEE;
	white-space: nowrap;
}

td.tabLeftSpace{
	width:10px;
	white-space: nowrap;
}

.activeTabLabel {
	margin-right: 8px; margin-left: 8px;
	padding-right:8px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 9pt; color: #FFFFFF; 
	text-decoration: none
}

a.tabLabel {
	margin-right: 8px; margin-left: 8px;
	padding-right:8px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 9pt; 
	color: #333333; text-decoration: none
}
a.tabLabel:link {
	margin-right: 8px; margin-left: 8px; 
	padding-right:8px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 9pt; 
	color: #333333; text-decoration: none
}
a.tabLabel:active {
	margin-right: 8px; margin-left: 8px; 
	padding-right:8px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 9pt;	
	color: #333333; text-decoration: none
}

a.tabLabel:visited {
	margin-right: 8px; margin-left: 8px; 
	padding-right:8px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 9pt; 
	color: #333333; text-decoration: none
}
a.tabLabel:hover {
	font-weight: bold; font-size: 9pt; 
	color: #000000; text-decoration: underline
}