body {
background-color: #8A8A88;
background-image: url('images/bg.jpg');
background-repeat: repeat-x; 
}


A {font-family: Arial, font-size: 10pt}

A:link {color:#17a750;}

A:visited {color:#17a750;}

A:hover {text-decoragtion: none; color:#cccccc;}

A:active {color:#17a750; text-decoration: none;}


.content {
         font-family: Arial;
         font-size: 10pt;
         text-align:	left;
         color:	#000000;
          }

.contentgreen {
          font-family: Arial;
          font-size: 10pt;
          text-align:	left;
          color:	#7c0041;
          }

.contentgreenbold {
          font-family: Arial;
          font-size: 10pt;
          text-align:	left;
          color:	#7c0041;
          clip:   rect(   );
          font-weight: bold;
          }


.title  {
	font-size: 12pt;
	color: #000000;
	text-align:	left;
        font-family: Arial;
        font-weight: 900
	}