/*
  Main Layout
*/

#mainMenu
{
  Z-INDEX: 104;
  height: 30px;
  margin: 0px 0px 0px 0px;
}

{
   
 }

 li.linkCon {

   display : inline;
   float: left;
 }

 li.linkCon:hover {

   display : inline;
   float: left;
 }

 a.menuLink {
   display: block;
   font-weight : bold;
   font-family: arial;
   font-size: 9pt;
   color : #000000;
   text-decoration: none;
   padding : 10px;
 }

 a.menuLink:hover {
   display: block;
   font-weight : bold;
   font-family: arial;
   font-size: 9pt;
   color : #FFFFFF;
   background-color: #122E92;
   padding : 10px;
 }

/*
  Links
  a - all links
*/

a:link { COLOR: #000000; TEXT-DECORATION: none; font-weight: bold }
a:visited { COLOR: #000000; TEXT-DECORATION: none; font-weight: bold }
a:active { COLOR: #000000; TEXT-DECORATION: none }
a:hover { COLOR: #122E92; TEXT-DECORATION: none; font-weight: bold }

a.colour:link { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold }
a.colour:visited { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold }
a.colour:active { COLOR: #ffffff; TEXT-DECORATION: none }
a.colour:hover { COLOR: #22408F; TEXT-DECORATION: none; font-weight: bold }

a.text:link { COLOR: #E88409; TEXT-DECORATION: none; font-weight: bold }
a.text:visited { COLOR: #E88409; TEXT-DECORATION: none; font-weight: bold }
a.text:active { COLOR: #E88409; TEXT-DECORATION: none }
a.text:hover { COLOR: #22408F; TEXT-DECORATION: none; font-weight: bold }


a.blue:link { COLOR: #22408F; TEXT-DECORATION: none; font-weight: bold }
a.blue:visited { COLOR: #22408F; TEXT-DECORATION: none; font-weight: bold }
a.blue:active { COLOR: #22408F; TEXT-DECORATION: none }
a.blue:hover { COLOR: #E88409; TEXT-DECORATION: none; font-weight: bold }

/*
  Base Font
*/


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

/*
  Highlights to text
*/


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

/*
  Paragraphs and Other Text
*/

p {
  line-height: 150%;
}