/* Parameters style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */
/* RED  DARK  #990000 - RED  MEDIUM #D90000 - RED  LIGHT #FF0000 */
/* BLUE DARK  #0F3274 - BLUE MEDIUM #80A1E8 - BLUE LIGHT #B7CAF3 */
/* GREY DARK  #5E470E - GREY MEDIUM #948557 - GREY LIGHT #B8AD8F - GREY VLIGHT #DBD6C7 */


/* Page background color */
body { font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: #FFFFFF }


/* Headings */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 26px; color:#ffffff; }
h2 { font-family: Arial, Helvetica, sans-serif; 
     font-size: 180%; 
     color:#0F3274; 
     padding-top:5px;
     padding-bottom:5px;
     padding-left:37px;
     background-image:url('ICBackground.gif');
     background-repeat:no-repeat; } 

h3 { font-size: 18px;
	 color:#7F7F7F;
	 padding-top:5px;
     padding-bottom:5px;
     padding-left:37px; } 


/* Table colors */
.TableHeadingColor     { background: #DBD6C7 } /* */
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */


/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }


/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#828282;} /* Light Grey */
.NavBarCell1Rev { background-color:#828282;} /* Dark Grey */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#fff; font-weight: bold}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

.NavBarCell1 a:link    { text-decoration: none; } 
.NavBarCell1 a:visited { text-decoration: none; } 
.NavBarCell1 a:hover   { color: #ffffff; text-decoration: underline; background: #d2d2d2; font-weight: bold; } 

.NavBarFont1 a:link    { color: #fff; text-decoration: none; } 
.NavBarFont1 a:hover  { color: #fff; text-decoration: underline; font-weight: bold; } 


