/* page_2010_02_22.css CSS Document */

/* This sets the background colour to midnight blue. */
body {background-color:#000020;}

/* This sets the header font style */  
h1 {
     width:794px;
     text-align:center;
     font-family:"Times New Roman";
     font-weight:bold;
     font-size:30pt;
     color:blue;
   }
   
/* Arial Font */
h2 {
     text-align:justify;
     font-family:"Arial";
     font-size:10pt;
     color:#80A0FF;
   }
h2.j12 {font-size:12pt;}
h2.j14 {font-size:14pt;}
h2.j18 {font-size:18pt;} 
h2.j24 {font-size:24pt;}  
h2.c12 {
         text-align:center;
         font-size:12pt;
       }
h2.c14 {
         text-align:center;
         font-size:14pt;
       }
h2.c18 {
         text-align:center;
         font-size:18pt;
       }
h2.c24 {
         text-align:center;
         font-size:24pt;
       }
h2.r {text-align:right;}

/* Times New Roman */
h3 {
     text-align:justify;
     font-family:"Times New Roman";
     font-size:10pt;
     color:#80A0FF;
   }
h3.j12 {font-size:12pt;}
h3.j14 {font-size:14pt;}
h3.j18 {font-size:18pt;} 
h3.j24 {font-size:24pt;}  
h3.c12 {
         text-align:center;
         font-size:12pt;
       }
h3.c14 {
         text-align:center;
         font-size:14pt;
       }
h3.c18 {
         text-align:center;
         font-size:18pt;
       }
h3.c24 {
         text-align:center;
         font-size:24pt;
       }
h3.r12 {
         text-align:right;
         font-size:12pt;
       }

h4 {
     text-align:justify;
     font-family:"Arial";
     font-size:10pt;
     color:white;
   }
h4.c {text-align:center;}
h4.r {text-align:right;} 

/* Editor Text */
p
{
text-align:justify;
font-family:"Arial";
font-size:12pt;
}

#blue {color:#80A0FF;}
#white {color:#FFFFFF;}
#red {color:#FF0040;}




  
/* This creates the buttons small and large */
a:link,a:visited
{
  display:block;
  font-family:"Arial";
  font-size:9pt;
  color:#000000;
  background-color:#80A0FF;
      
  width:75px;
  text-align:center;
  padding:0px;
  text-decoration:none;
}
a.long {width:250px;}
a:hover,a:active
{
  color:#FFFFFF;
  background-color:#0000FF;
}



  
  