/*----------------------------------------------*/
body {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(media/background.gif);
	background-repeat: repeat;
	text-align: left;
		}
		
/*----------------------------------------------*/
th {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	}
	
/*----------------------------------------------*/
a {  font-weight: bold;
	  text-decoration: none;
	  color: #F8CD00
    }
	
/*----------------------------------------------*/
a:hover {  font-weight: bold;
			   color: #F8CD00;
			   text-decoration: underline}
			   
/*----------------------------------------------*/
a:visited {  font-weight: bold;
				color: #F8CD00;
				text-decoration: none
			  }
			  
/*----------------------------------------------*/
.copyright  {  font-family: Verdana; 
	   			   font-size: 7pt;
	   			   font-style: normal;
	   			   line-height: 14pt;
	   			   font-weight: normal;
	   			   font-variant: normal;
	   			   text-transform: none; 
	   			   color: #FFFFFF;
	   			   text-decoration: none
	   			}
