input,body,td,p{
/* This style sets a default characteristics for all text. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}

a:link {
/* This style sets the default characteristics for all links. */
	color: #003366;
}
a:visited {
/* This style sets the default characteristics for all links which have been clicked on previously. */
	color: #474b5f;
}

a:hover {
/* This style sets the default characteristics for all the hover links */
	color: #660000;
}

a:active {
	color: #003399;
}

ul {
	text-indent: -4px;
}

.footer {
/* This style sets the characteristics for the footer of each page. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;

}

.superscript {
/* This style sets the characteristics for the footer of each page. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #660000;

}

.header-dark {
	/* This style sets the characteristics for the darker area of the footer which contains the Personalized Display Area. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #A3A5AF;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 3px;
	padding-left: 3px;
	text-decoration: none;
}

.header-light {
/* This style sets the characteristics for the darker area of the footer which contains the Public Access Links. */

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #D3D8DC;
}

.header-banner-white {
	/* This style sets the characteristics for the area of the banner where the personalized info is listed */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.header-banner-white a:link {  color: #FFFFFF; text-decoration: underline;}
.header-banner-white a:active {  color: #FFFFFF;}
.header-banner-white a:hover {  color: #FFFFFF; text-decoration: underline;}
.header-banner-white a:visited {  color: #FFFFFF; text-decoration: underline;}

.header-page{
/*sets the characteristics for grey title at the top of the page */

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	color: #A5A2B5;
}

.header-topic{
/*sets the characteristics for maroon title at the top of the page */

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #660000;
}

.link-light {
/* This style sets the characteristics for the links within the Personalized Display Area. */

	color: #FFFFFF;

}

.nav-tab-off {
/* This style sets the characteristics for the tabs within the Application Tab Navigation that do not represent the current active application. */
	color: #333366;
	background-color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;

}
.nav-tab-off a:link {  color: #333366;}
.nav-tab-off a:hover {  color: #333366; text-decoration: none;}
.nav-tab-off a:visited {  color: #333366;}

.nav-tap-dropdown {
/* This style sets the characteristics for the drop down select box within the Application Tab Navigation. */

	color: #000000;

	background-color: #FFFFFF;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: xx-small;

}

.nav-tab-on {
/* This style sets the characteristics for the tab within the Application Tab Navigation that represents the current active application. */
	color: #FFFFFF;
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;

}
.nav-tab-on a:link {  color: #FFFFFF;}
.nav-tab-on a:hover {  color: #FFFFFF;}
.nav-tab-on a:visited {  color: #FFFFFF;}

.left-nav-heading {
/* This style sets the characteristics for the headings of the groups of functions in the Left Navigation Column. */
	font-weight: bolder;
	color: #660000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
}


.left-nav-items {
/* This style sets the characteristics for the functions in the Left Navigation Column. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 20px;
}
.groupbox-border-dark {
/* This style sets the characteristics for the border of bordered group boxes. */
	background-color: #CCCCCC;
}
.text-heading-maroon {
	/* This style sets the characteristics for the titles within the display region. */
	font-weight: bolder;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.list-bullets-maroon {
/* This style sets the characteristics for lists with maroon bullets. */
	font-size: xx-small;
	list-style-image: url(images/icons/bullet_leftmaroon.gif);
	list-style-position: outside;
}
.groupbox-background-light {
/* This style sets the characteristics for the background of bordered group boxes. */
	background-color: #F2F2F2;
}
.list-bullets-grey {
/* This style sets the characteristics for lists with grey bullets. */
	font-size: xx-small;
	list-style-image: url(IMAGES/icons/bullet_leftgray.gif);
	list-style-position: outside;
}
.service-status-heading {
}
.service-status-titles {
/* This style sets the characteristics for the service status listings in the service status group boxes. */
	color: #660000;
	font-weight: bolder;
}


.query-table-header-off {
/* This style sets the characteristics for the header of query result tables which do not represent the sorting order of the results. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: bottom;
}


.query-table-header-on {
/* This style sets the characteristics for the header of query result tables which represents the sorting order of the results.  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
}

/* Column headings */
TH, TABLE TH, TABLE TR TH { 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	/*background-color: #006633; */
	background-color: #a2b4c8;
	vertical-align: bottom;
	}
	
.query-results-navigation {
/* This style sets the characteristics for the paging control above a the query results. */
	font-size: x-small;
}

.query-results-expanded {
/* This style sets the characteristics for the colored rows when a query result has been expanded and several rows of data are displayed. */
	background-color: #FFFFCC;
}

#dek {
/* This style sets the initial status of the context help layer */	
	POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;
}


.header-page-main {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #FFFFFF}
.header-page-subhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: italic; font-weight: bold; color: #FFFFFF}
.body-bold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #000000}
.red-head {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt;  color: #990000}
/* The fine print */

.disclaimer {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 150%;
	}

P.disclaimer, TD.disclaimer {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 150%;
	}
.fineprint {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 150%;
	}

