body {
background-color: #ffffff;
background-image: url('images/media/bg.jpg');
background-repeat: repeat-x 
}


A {font-family: Arial, font-size: 10pt}

A:link {color:#008349;}

A:visited {color:#008349;}

A:hover {text-decoragtion: none; color:#666666;}

A:active {color:#008349; text-decoration: none;}


.nav {
         font-family: Arial;
         font-size: 9pt;
         text-align:	left;
         color:	#4e4a4a;
          }



.content {
         font-family: Arial;
         font-size: 10pt;
         text-align:	left;
         color:	#666666;
         font-weight: bold;
          }

.contentblack {
          font-family: Arial;
          font-size: 10pt;
          text-align:	left;
          color:	#000000;
          font-weight: bold;
          }

.contentyellowbold {
          font-family: Arial;
          font-size: 10pt;
          text-align:	left;
          color:	#f7da4d;
          clip:   rect(   );
          font-weight: bold;
          }


.titleyellow  {
	font-size: 10pt;
	color: #f7da4d;
	text-align:	left;
        font-family: Arial;
        font-weight: 900
	}
	
.titlegreen  {
	font-size: 10pt;
	color: #008349;
	text-align:	left;
        font-family: Arial;
        font-weight: 900
	}