/* - - */
/* Syles to try are body, td, div, small, big, h1, h2, h3, h4, b, ol, ul, li  */
/* - - */

BODY {	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
        font-weight: normal;
        color: black;
        background-color: white; 
}

/* -- This is used for the standard BLUE BOLD links -- */
A {  font-family: Arial, Verdana, Helvetica, sans-serif;
	  font-size: 9pt;
          text-decoration: none;
          color: #003355;	
          font-weight: normal;
}


/* DARK BLUE          color: #022F55;   */
/* MED BLUE           color: #2D73B9;	*/
/* OTHER BLUE         color: #497FBF;   */



a:visited:active { 
   text-decoration: none; 
   font-weight: normal; 
   color: #022F55;  
  }  




/* -- This is used for the BLACK UNDERLINE HOVER COVER for links -- */
A:HOVER { color: #003366;
        text-decoration: underline;
}

/* -- This is the same as the default BODY font -- */
/* -- This is used in tables as tables do not use the default BODY font -- */
TD {    font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: normal;
        color: black;
}







/* -- FOR ROW COLORS IN REPORTS AND SCREENS  -- */
/* -- FOR ROW COLORS IN REPORTS AND SCREENS  -- */
/* -- FOR ROW COLORS IN REPORTS AND SCREENS  -- */


/* -- THIS SECTION IS FOR   -- */
/* -- TR ROW AND TD COLUMN COLORS IN REPORTS AND SCREENS  -- */
#report_style {    font-family: Arial, Verdana, Helvetica, sans-serif;
                 font-size: 10pt;
                 font-weight: normal;
                 color: black;
                 background-color: #CCCCCC; 
                 height: 30px;
}

/* -- THIS SECTION IS FOR   -- */
/* -- TR ROW AND TD COLUMN COLORS IN REPORTS AND SCREENS  -- */
#sort_style {    font-family: Arial, Verdana, Helvetica, sans-serif;
                 font-size: 10pt;
                 font-weight: normal;
                 color: black;
                 background-color: #EBF5FC; 
                 height: 30px;
}

/* -- THIS SECTION IS FOR   -- */
/* -- TR ROW AND TD COLUMN COLORS IN REPORTS AND SCREENS  -- */
#menu_style {    font-family: Arial, Verdana, Helvetica, sans-serif;
                 font-size: 10pt;
                 font-weight: normal;
                 color: black;
                 background-color: #ECECEC; 
                 height: 30px;
}

#menu_sm_style {    font-family: Arial, Verdana, Helvetica, sans-serif;
                 font-size: 10pt;
                 font-weight: normal;
                 color: black;
                 background-color: #ECECEC; 
                 height: 20px;
}

/* -- THIS SECTION IS FOR THE CORE APPLICATION   -- */
/* -- THE BORDER COLOR FOR MENUS IS LIGHT BLUE  -- */



/* -- THIS SECTION IS FOR THE CORE APPLICATION   -- */
/* -- THE BORDER COLOR SURROUNDING ALL PAGES IS GREY  -- */

#core_border_style { border-color: #ECECEC; 
}


#ogc_border_style { border-color: #ECECEC; 
}



/* -- This is the same as the default BODY font -- */
/* -- This is used in tables as tables do not use the default BODY font -- */
/* -- This is also used for cases where the default body font is not working and needs to be used -- */
/* -- Need to get rid of ALL H1s as TD should have been used */
H1 {    font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: normal;
        color: black;
        background-color: white;
}

/* -- This font is used for LARGE TITLES needing emphasis -- */
H2 {	font-family: Arial, Verdana, Helvetica, sans-serif;
        color: black;
	font-size: 11pt;
	font-weight: bold;
}

/* -- This is used for SMALL BLACK TITLES requiring small writing -- */
H3 {    font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: normal;
        color: black;
        background-color: white;
}

/* -- This is used for SMALL BOLD COLORED TITLES requiring small writing -- */
H4 {    font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #cc0000;
        background-color: white;
}

/* -- This is used for MEDIUM TITLES  -- */
H5 {    font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #cc0000;
}


