body {
background-color: #06042f;
background-image: url('images/bg.jpg');
background-repeat: repeat-x;
scrollbar-face-color: #020133;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #cccccc;
scrollbar-track-color: #0a0854;
scrollbar-arrow-color: #00913e;
}


A {font-family: Verdana, font-size: 10pt}

A:link {color:#090854;}

A:visited {color:#090854;}

A:hover {text-decoragtion: none; color:#090855;}

A:active {color:#090855; text-decoration: none;}


.nav {
         font-family: verdana, Arial;
         font-size: 9pt;
         text-align:	left;
         /*color:	#00913E;*/
		 color: #090854;
          }



.content {
         font-family: Verdana, Arial;
         font-size: 10pt;
         text-align:	justify;
         color:	#020133;
          }


.contentbluebold {
          font-family: Verdana, Arial;
          font-size: 10pt;
          text-align:	justify;
          color:	#090855;
          clip:   rect(   );
          font-weight: bold;
          }


.titlewhite  {
	font-size: 12pt;
	color: #ffffff;
	text-align:	left;
        font-family: Verdana, Arial;
        font-weight: 900
	}
	
	
.titlegreen {
	font-size: 12pt;
	color: #00913E;
	text-align:	left;
        font-family: Verdana, Arial;
        font-weight: 900
	}