/*
  Main Layout
*/

body {
  text-align: left;
  background: #ffffff url(background.jpg) repeat-x;
background-attachment: fixed;
background-position: bottom;
}

/*
  Base Font
*/

* {
  font-family: Arial;
  font-size: 10pt;

}
 
/*
  Links
  a - all links
*/

 a.menuLink {
   font-weight : bold;
   font-family: arial;
   font-size: 9pt;
   color : #000000;
   text-decoration: none;
   padding-left : 10px;
   padding-right : 10px;
   padding-top : 5px;
   padding-bottom : 5px;
 }

 a.menuLink:hover {
   font-weight : bold;
   font-family: arial;
   font-size: 9pt;
   color : #000000;
   background-color: #DCEE39;
   padding-left : 10px;
   padding-right : 10px;
   padding-top : 5px;
   padding-bottom : 5px;
 }

 a.submenu {
   display: block;
   font-weight : bold;
   font-family: arial;
   font-size: 9pt;
   color : #000000;
   text-decoration: none;
   padding-left : 10px;
   padding-right : 5px;
   padding-top : 10px;
   padding-bottom : 10px; }

 a.submenu:hover {
   display: block;
   font-weight : bold;
   font-family: arial;
   font-size: 9pt;
   color : #000000;
   background-color: #E9F47B;
   padding-left : 10px;
   padding-right : 5px;
   padding-top : 10px;
   padding-bottom : 10px; }
 
 

a.text:link { COLOR: #C2D612; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 10pt }
a.text:visited { COLOR: #C2D612; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 10pt }
a.text:active { COLOR: #C2D612; TEXT-DECORATION: none; font-family: Arial; font-size: 10pt }
a.text:hover { COLOR: #000000; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 10pt }

a.footer:link { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 7pt }
a.footer:visited { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 7pt }
a.footer:active { COLOR: #ffffff; TEXT-DECORATION: none; font-family: Arial; font-size: 7pt }
a.footer:hover { COLOR: #C40000; TEXT-DECORATION: none; font-weight: bold; font-family: Arial; font-size: 7pt }


/*
  Headings
*/

h1 { 
  font-size: 12pt; color:#000000;
  
}

h2 { 
  font-size: 16pt; font-weight: bold; color:#000000;
  
}

h3 { 
  font-size: 7pt; color:#ffffff;

}

}


  Paragraph margin
*/
p { margin-bottom : 20px; margin-left : 20px; }

/*
  Highlights to text
*/


p.hilite{ 
  font-size: 10pt; color:#FF6600; 
  font-weight: bold;
  font-style:italic
}

/*
  Paragraphs and Other Text
*/

p {
  line-height: 150%;
}
