/* CSS Document */
/*------------------------------------------------------------------------------------------
Index CSS
--------------------------------------------------------------------------------------------
*/
.indexTitle {
	color: #000000;
	font-weight: bold;
	font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
	/*font-style: italic;*/
        }
		
.indexSmalltxt {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
/*font-weight: bold;*/
color: #343434
         }
		 /*------------------------------------------------------------------------------------------
Contact CSS
--------------------------------------------------------------------------------------------
*/
.contactTitle {
	color: #808080;
	font-weight: bold;
	font-size: 14px;
	font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
	/*font-style: italic;*/
        }
.contactMedtxtWhite {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold;
color: #ffffff
         }
		 .contactSocBlue {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
/*font-weight: bold;*/
color: #006699
         }		
.contactSmalltxtBlue {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px; 
/*font-weight: bold;*/
color: #006699
         }
.contactSmalltxtBlack {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold;
color: #000000
         }
		 
		 		 /*------------------------------------------------------------------------------------------
newsroom CSS
--------------------------------------------------------------------------------------------
*/
.smaltxtunderpic{  
font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
font-size: 12px; 
/*font-weight: bold; */
color: #404040
        }





		 /*------------------------------------------------------------------------------------------
careers Details CSS
--------------------------------------------------------------------------------------------
*/
.detailsTitle {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
	/*font-style: italic;*/
        }
		
.detailsMedtxtWhite {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 15px; 
/*font-weight: bold;*/
color: #ffffff
         }
.detailsSmalltxtBlack {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold;
color: #000000
         }
.detailsSmalltxt {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
/*font-weight: bold;*/
color: #000000
         }
/*---------------------------------------------------------------------------------------------	
FIXED BACKGROUND
----------------------------------------------------------------------------------------------*/	
.bkgrnd {
background-image:   url(hum_res_section/images/inside/das_bkgrnd_red.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left top;
}
/*------------------------------------------------------------------------------------------
sub pages CSS
--------------------------------------------------------------------------------------------
*/
.title {
	color: #313131;
	/*color: #006699;*/
	font-size: 16px;
	font-weight: bold;
	font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
	/*font-style: italic;*/
        }
.titleGrey {
	color:#404040;
	font-size: 16px;
	/*font-weight: bold;*/
	font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
	/*font-style: italic;*/
        }
			
.boldtxt {  
font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: bold; 
color: #666666
        }
		
.smalltxt {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
/*font-weight: bold;*/
color: #343434
         }
.smallGreytxt {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
/*font-weight: bold;*/
color: #666666
         }
.smalltxtBlue {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px; 
/*font-weight: bold;*/
color: #006699
         }
.boldSmalltxtBlack {  
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold;
color: #000000
         }
.subtitleblack {  
font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: bold; 
color: #000000
         }		 
.subtitle {  
font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: bold; 
color: #006699
         }
.bodwh {  
font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
font-size: 13px; 
color: #666666; 
font-weight: bold
      }
/*---------------------------------------------------------------------------------------------
Careears application page
------------------------------------------------------------------------------------------------
*/	  
.positionApplyboldtxtGrey{  
font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
font-size: 12px; 
/*font-weight: bold; */
color: #404040
        }
		.positionApplyboldtxtblack {  
font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: bold; 
color: #000000
        }
/*---------------------------------------------------------------------------------------------
body links for index and sub pages NOT SUB PAGESLEFT NAV BAR
------------------------------------------------------------------------------------------------
*/	  
.link a            { 
             font-size: 12px;
			 font-family: Geneva, Arial, Helvetica, sans-serif; ;
			 text-decoration: underline;
			 /*font-weight: bold;
			 /*no links will have decorations/ be underlined*/
			 }


.link a:link       { 
             color: #006699;
			 
			 /*font-weight: bold;
			  /*link is gray with no underline */
			 }

.link a:visited    {
             color: #006699;
			 /*link goes back to dark grey on vistited*/ 
             }


.link a:hover      { 
             color: #11859c;
             /*link is logos color with no underline on a hover */
			 }
