body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #006699;
}

td, th, p, li, ul, ol, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

ul, ol {
	margin-left: 1em; 
	padding-left: 1em; 
}

hr {
    color: #CC6633;
}

a {
	color: #006699;
}

a:hover {
	color: #CC6600;
}

.appHeader {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.sectionHeader {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

.compatibilityText {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 15px; 
	margin-bottom: 15px;
}
.disclaimer {
	font-size: 10px;
	color: #999999;
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 15px; 
	margin-bottom: 15px;
}
.tabOnText {
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.tabOnText a {
	color: white;
	text-decoration: none;
}
.tabOnText a:hover {
	color: #dddddd;
	text-decoration: none;
}
.tabOffText {
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.tabOffText a {
	color: white;
	text-decoration: none;
}
.tabOffText a:hover {
	color: #dddddd;
	text-decoration: none;
}
.underTabText {
	font-size: 11px;
	font-weight: normal;
	color: white;
}
.underTabText a {
	color: white;
	text-decoration: none;
}
.underTabText a:hover {
	color: white;
	text-decoration: underline;
}
.pageHeader {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.error {
    color: red;
}
.tableHeader {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #006699;
}
.tableHeader td {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #006699;
}
.tableHeader th {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #006699;
}
.tableHeader a {
	color: white;
	text-decoration: none;
}
.tableHeader a:hover {
	color: #cccccc;
	text-decoration: none;
}
.tableHeader2 {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #003366;
}
.tableHeader2 td {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #003366;
}
.tableHeader2 th {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #003366;
}
.tableHeader2 a {
	color: white;
	text-decoration: none;
}
.tableHeader2 a:hover {
	color: #cccccc;
	text-decoration: none;
}

.tableHeader3 {
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}
.tableHeader3 a {
	color: #006699;
	text-decoration: none;
}
.tableHeader3 a:hover {
	color: #006699;
	text-decoration: none;
}
.tableHeader4 {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #CC6600;
}
.tableHeader4 a {
	color: white;
	text-decoration: none;
}
.tableHeader4 a:hover {
	color: #cccccc;
	text-decoration: none;
}
.tableData {
	font-size: 11px;
	color: black;
}
.tableRowCaption {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
.labelData {
	font-size: 11px;
	font-weight: bold;
	color: black;
}


.collapsePanel {
      width: 640px;
      height:0px;
      background-color:white;
      overflow:hidden;
}
 
.collapsePanelHeader{   
      width:640px;            
      height:20px;
      color: Yellow;
      background-color: Black;
      font-weight:bold;
      float:none;
      padding:5px; 
      cursor: pointer; 
      vertical-align: middle;
}