
/* BODY links  */
a:link {color:blue; font-weight:normal; text-decoration:none;}

a:visited {color:blue; font-weight:normal; text-decoration:none;}

a:active {color:#cc0000; font-weight:normal; background:transparent; text-decoration:none;}

a:hover {background-color:#ffffcc; text-decoration:underline;}

h1,h2,h3,h4,h5,h6 {
  font-family: gill-sans, arial, sans-serif; 
  color:black;
  background-color:#dddddd;  
} 

body {
  color:black;             
  background-image:url(images/background.gif); 
  background-color:"#999999";
  margin-top:0px;
  margin-bottom: 5px;
  margin-left:10px;
  margin-right:5px;
  	padding-top:    0;
	padding-left:   0;
	padding-right:  0;
	padding-bottom: 0;
	border-top:     0;
	border-left:    0;
	border-bottom:  0;
	border-right:   0;
	width:  auto;
  font-family: arial, gill-sans, sans-serif; 
  font-size: 16px;       
}

TD.transparent {
	text-align: center;
}
 /*=====================================================================*/
  /*=====================================================================*/


  /* these styles are used to build the main table */
TD.design {
  font-family: arial, sans-serif; 
  font-size: 8px;
  text-align: left;
}
  /*=====================================================================*/
  /*=====================================================================*/

/* Top Navigation */
a.topNavLink:link {color:white; font-weight:bold; text-decoration:none;}

a.topNavLink:visited {color:white; font-weight:bold; text-decoration:none;}

a.topNavLink:active {color:white; font-weight:bold; background:transparent; text-decoration:none;}

a.topNavLink:hover {color:blue; background-color:white; text-decoration:underline;}

TD.topNav {
	background-color: blue;
	color: white;
	font-size:14px;
	text-align: center;
	font-family: arial, gill-sans, sans-serif;
	font-variant : small-caps;
}
 /*=====================================================================*/
  /*=====================================================================*/
 
 
 
 /* Left Navigation */
 /* leftNavLink is the type for Functional Areas */
a.leftNavLink:link {color:blue; font-weight:bold; text-decoration:none;}

a.leftNavLink:visited {color:blue; font-weight:bold; text-decoration:none;}

a.leftNavLink:active {color:blue; font-weight:bold; background:transparent; text-decoration:none;}

a.leftNavLink:hover {background-color:#FFFFCC; text-decoration:underline;}

/* leftNavSubLink is the type for subfunctions */
a.leftNavSubLink:link {color:blue; font-weight:normal; text-decoration:none;}

a.leftNavSubLink:visited {color:blue; font-weight:normal; text-decoration:none;}

a.leftNavSubLink:active {color:blue; font-weight:normal; background:transparent; text-decoration:none;}

a.leftNavSubLink:hover {background-color: #FFFFCC; text-decoration:underline;}

TD.leftNav {
	background-color: #ffffcc;
	color: blue;
	font-size:12px;
	text-align: left;
	font-family: arial, gill-sans, sans-serif;
	padding-left : 2px;
}

/* the following is for the javascript menus*/
DIV.clTop {position:absolute; width:130}
DIV.clSub{position:absolute; left:2; width:130}
#divCont{position:relative; left:0; top:10; height:400; width:130;}
#divMain{position:absolute}

  /*=====================================================================*/
  /*=====================================================================*/
 
 
 /* Contents */
 TD.contents { 
	 text-align: center;
  }
  
 TD.tableTitle {
	background-color: #FFCE00;
	color: black;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	font-family: arial, gill-sans, sans-serif;
	padding-left : 2px;
}

TD.tableHeading {
	background-color: #FFFFCC;
	color: black;
	font-size:16px;
	text-align: left;
	font-family: arial, gill-sans, sans-serif;
	padding-left : 2px;
	padding-right: 5px;
}

TD.tableData {
	background-color: ;
	color: black;
	font-size: x-small;
	text-align: left;
	font-family: arial, gill-sans, sans-serif;
	padding-left : 2px;
	padding-right: 5px;
}

TD.tableHData {
	background-color: #C6D1FF;
	color: black;
	font-size: x-small;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-left : 2px;
	padding-right: 5px;
}

 /*=====================================================================*/
 /*=====================================================================*/
 
  /* Forms */
 TD.formHeading {
	background-color: #FFFFCC;
	color: black;
	font-size:16px;
	font-weight: bold;
	text-align: left;
	font-family: arial, gill-sans, sans-serif;
	padding-left : 2px;
	padding-right : 2px;
}

TD.formData {
	background-color: #FFFFFF;
	color: black;
	font-size:14px;
	text-align: left;
	font-family: arial, gill-sans, sans-serif;
	padding-left : 5px;
    padding-right : 2px;
}
 /*=====================================================================*/
 /*=====================================================================*/
 
 
 
  /* footer  Navigation */
a.footerLink:link {color:blue; font-weight:normal; text-decoration:none;}

a.footerLink:visited {color:blue; font-weight:normal; text-decoration:none;}

a.footerLink:active {color:blue; font-weight:normal; background:transparent; text-decoration:none;}

a.footerLink:hover {color:white; background-color:blue; text-decoration:underline;}

TD.footer { 
 background-color: white;
 color: black;
 font-size:12px;
 text-align: center; 
 font-family: arial, gill-sans, sans-serif; 
 }
  /*=====================================================================*/
  /*=====================================================================*/