/* BODY ATTRIBUTES FOR HTML PAGE */
BODY {
	BACKGROUND-ATTACHMENT: scroll;
	BACKGROUND-REPEAT: repeat; 
	BACKGROUND-COLOR: #002569;	
	/*#002569*/
	font-family:Verdana,Arial,Tahoma;
	font-size:10pt;
}
/* comment: TMR class used for the A-Z, program menu, search on the header */
Table.TMR {background-color:#8DA3B8; border-bottom: 1px #C0CED9 solid; height: 20px;}
/* comment: controls Tables column td attributes */
td {font-family:Verdana,Arial,Tahoma;
	font-size:10pt;}
/* comment: Links attributes */
A {text-decoration: none;  font-family:Verdana,Arial,Tahoma;text-align:center;font-size:8pt;color:193c79;font-weight: bold;}
A:link {text-decoration: none;  font-family:Verdana,Arial,Tahoma;text-align:center;font-size:8pt;color:4193c79;font-weight: bold;}
/* comment: Links attributes on mouse hover color */
A:hover   {text-decoration: none; color:orange; font-family:Verdana,Arial,Tahoma; font-size:8pt; text-align:center;font-weight: bold;}
p {margin-left: 15px;margin-right: 5px}
/* comment: used for dph Intranet link in footer */
#dek {POSITION:absolute;}
/*VISIBILITY:hidden;Z-INDEX:100;*/

/* HEADER ATTRIBUTES ONLY BELOW */
/* comment: Attributes for the Header second row first Menu Drop Downs */
td.topdrop {font-family:verdana;font-size:8pt;color:#003366;margin-left:5px;}
/* comment: first td.topdn controls font attributes */
td.topdrop a{text-decoration:none;text-align:left;font-family:verdana;font-weight:400; color:#003366;display:block;}
/* comment: second td.topdn controls link attributes */
td.topdrop a:hover{background-color:#8DA3B8;color:white;font-weight:400;text-align:left;}
/* comment: Third td.topdn col attributes */		
td.topdrop {background:#FFFFFF;font-family:verdana;border-top-style: none; border-right: 1px solid #C0CED9; 
font-weight:400;color:#8DA3B8;margin-left:5px;border-bottom: 1px solid #8DA3B8;
}
/* comment: table.dropdn table attributes */
table.topdrop
{   position:absolute;
   display:none;
   margin-top:2px;
   margin-left:-3px; }

/* comment: Attributes for the Header bottom row Menu Drop Downs */
/* comment: first td.dropdn controls font attributes */
td.dropdn a{text-decoration:none;text-align:left;font-family:verdana;font-size:7pt; color:white;display:block;}
/* comment: second td.dropdn controls link attributes */
td.dropdn a:hover{background-color:#C0CED9;color:#003366;font-size:7pt;text-align:left;}
/* comment: Third td.dropdn col attributes */	
td.dropdn {background-color:#8DA3B8;
font-family:verdana;font-weight:bold;font-size:7pt;color:#003366;margin-left:5px;
border-left-style: none; 
border-left-width: medium; border-right: 1px solid #C0CED9; border-top-style: none; 
border-top-width: medium; border-bottom: 1px solid #C0CED9;
/*BACKGROUND-IMAGE: url('images/MenuButtonBGNormal.gif');*/ 
}
/* comment: table.dropdn table attributes */
table.dropdn
{   position:absolute;
    display:none;
    margin-top:2px;
    margin-left:-3px;
}

/* Footer ATTRIBUTES ONLY BELOW */
/* comment: Attributes for the footer Menu Drop Downs */
td.footdrop 
{text-align:left;font-family:verdana;font-weight:400; color:white;display:block;}
/* comment: first td.footdn controls font attributes */
td.footdrop a{text-decoration:none;text-align:left;font-family:verdana;font-weight:400; color:white;display:block;}
/* comment: second td.footdn controls link attributes */
td.footdrop a:hover{background-color:white;color:#003366;font-weight:400;text-align:left;}
/* comment: Third td.topdn col attributes */		
td.footdrop {background:#002569;font-family:verdana;
font-weight:400;color:#FFFFFF;margin-left:5px;
}
/* comment: table.dropdn table attributes */
table.footdrop
{   position:absolute;
 	display:none;
    margin-top:2px;
    margin-left:-3px;
    z-index:9999;
   }