/* Default styles */

body {
	font-family : Arial, sans-serif;
	background-color : #FFFFFF;
	margin : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

td {
	font-size : x-small;
}

ul {
	list-style-type : square;
}

h1 {
	font-family: Verdana;
	color: #666666;
	font-size : 16pt;
	font-weight : bold;
	line-height : 100%;
	margin-bottom : 5px;
	padding-top : 12px;
}

h2 {
	font-size : 12pt;
	color: #000099;
	font-weight : bold;
	line-height : 100%;
	margin-bottom : 5px;
	margin-top : 15px;
}

h3 {
	font-size : 12pt;
	color: #000000;
	font-weight : bold;
	line-height : 120%;
	margin-bottom : 5px;
	margin-top : 15px;
}

h4 {
	font-size : 10pt;
	color: #99000;
	font-weight : bold;
	line-height : 90%;
	margin-bottom : 5px;
	margin-top : 15px;
}

p {
	font-family : Arial, sans-serif;
}

/* Link Styles */

a {color:#FE0106}
a:visited {color:#333333}
a:active {color: #333333}
a:hover {color: #A5A7B6}

a.button {color:#FE0106;font-weight:bold; text-decoration:none}
a.button:visited {color:#FE0106}
a.button:active {color: #FE0106}
a.button:hover {color: #A5A7B6}

a.leftnavlink {font-size:8pt; text-decoration:none; color:#000000; font-family: Arial, sans-serif;}
a.leftnavlink:visited {text-decoration:none; color:#000000; font-family: Arial, sans-serif;}
a.leftnavlink:active {text-decoration:none; color: #000000; font-family: Arial, sans-serif;}
a.leftnavlink:hover {text-decoration:none; color: #A5A7B6; font-family: Arial, sans-serif;}

a.topLink{
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Verdana",sans-serif;
  font-size: 8pt; }
a.topLink:visited{
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Verdana",sans-serif;
  font-size: 8pt; }
a.topLink:hover{
  text-decoration: none;
  color: #A5A7B6;
  font-family: "Verdana",sans-serif;
  font-size: 8pt;
 }
  

.crumb {
	/* border-left: 1 solid #000000; */
	/* border-left: 1px solid #000000; */
	 font-family:Arial,sans-serif; font-size:8pt; 
	}
a.crumblink{
  text-decoration: none;
  color: #000000;
  font-family: "Arial",sans-serif;
  font-size: 8pt; 
  }
a.crumblink:visited{
  text-decoration: none;
  color: #000000;
  font-family: "Arial",sans-serif;
  font-size: 8pt; 
  }
a.crumblink:hover{  
  text-decoration: none;
  color: #A5A7B6;
  font-family: "Arial",sans-serif;
  font-size: 8pt; }


/* Custom Styles */

.content {
	font-family: Arial, sans-serif;
	padding-right:30px;
	}

.leftbox { 
	font-family:  Arial, sans-serif; 
	font-size: 8pt; 
	color: #FFFFFF; 
	}
	
.rightbox { 
	text-decoration: none;
    color: #FFFFFF;
    font-family: "Verdana",sans-serif;
    font-size: 8pt;
	}
	
.newtbox { 
	text-decoration: none;
    color: #000000;
    font-family: "Verdana",sans-serif;
    font-size: 9pt;
	}
	
.righttext { 
	text-decoration: none;
    color: #000000;
    font-family: "Verdana",sans-serif;
    font-size: 8pt;
	}
	
.rightsmall { 
	text-decoration: none;
    color: #000000;
    font-family: "Verdana",sans-serif;
    font-size: 7pt;
	}

.footer { 
	font-family: Arial, sans-serif; 
	font-size: 8pt;
	}

/*Second Tier Banner Styles*/

.colorback	{  
	background-color: #000099; 
/* border-left: 1 solid #000000; */
	border-left: 1px solid #000000;
	
	}
	
.colorborder { 
	border-left-width: 1 
	border-left-color: #000000;
	border-left-style: solid;
	}

.pagebanner{ 
	border-left:1px solid #000000; background-color: #0000cc ; 
	font-family: "Arial",sans-serif; 
	font-size: 11pt;
	font-weight: Bold;
	color: #ffffff
	}
	
.sitebanner{ 
	border-left:1px solid #000000; background-color: #000099 ; 
	font-family: "Arial",sans-serif; 
	font-size: 18pt;
	font-weight: Bold;
	color: #ffffff
	}
		
.appFunctionCell {
	border-left: 1px thin #000000;
	 
		}
		
.horiznav { 
	font-family: "Arial",sans-serif; 
	font-size: 9pt; 
	color: #ffffff;
	}

.menuCell {
	border-left:1px solid #000000; vertical-align: middle 
	}

/* Table Styles for Data Tables */
/* Table 1 */

td.datahead1 {
	border : 1px solid #000099 ; 
	background:#000099 ; 
	color:#ffffff ; 
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}
	
td.datasubhead1 {
	border : 1px solid #999999; 
	background:#999999 ; 
	color:#ffffff ; 
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}
	
/* Table 2 */
	
td.datatable2 {
	background:#cccccc;
	}

td.datatable2w {
	background:#ffffff;
	}	

td.datahead2 {
	border : 1px solid #000099 ; 
	background:#000099 ; 
	color:#ffffff ; 
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}

/* Table 3 */
	
td.datatable3 {
	border-bottom : 1px solid #999999;
	}

td.datahead3 {
	border : 1px solid #000099 ; 
	background:#000099 ; 
	color:#ffffff ; 
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}	
	

/* Styles for Splash Page */
.hometext {
	font-size: 14px;
	line-height:14pt;
	color:#FFFFFF;	
	margin-left : 20px;	
	margin-right : 10px
	}
.hometextsmall {
	font-size: 10pt;
	line-height:12pt;
	color:#FFFFFF;	
	margin-left : 20px;	
	margin-right : 10px
	}
a.homelink {
	color:#A5A7B6;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
	}
a.homelink:visited {
	font-size: 10pt;
		color:#FFFFFF;font-weight:bold;
	text-decoration:none;
	}
a.homelink:active {
	color:#FFFFFF;
		font-size: 10pt;
		font-weight:bold;
	text-decoration:none;
	}
a.homelink:hover {
	color:#999999;
	font-size: 10pt;
		font-weight:bold
	text-decoration:none;	
	}

a.exposedlink {
	font-family: Arial, sans-serif; 
	font-size: 9pt;
	color:#000000;
	text-decoration:none;
	line-height:8pt	
	}
a.exposedlink:visited {
	font-family: Arial, sans-serif; 
	font-size: 9pt;
	color:#000000;
	text-decoration:none;
	line-height:8pt	
	}
a.exposedlink:active {
	font-family: Arial, sans-serif; 
	font-size: 9pt;
	color:#000000;
	text-decoration:none
	}
a.exposedlink:hover {
	font-family: Arial, sans-serif; 
	font-size: 9pt;
	color:#A5A7B6;
	text-decoration:none
	}