@charset "utf-8";
/* CSS Document */


body {
	margin-top: 3px;
	background-image: url(../images/bg.jpg);
	margin-left: 3px;
	text-align: left;
	font-size:10pt;	
	font-family:Tahoma;

}

.public{
	font-family:Tahoma;
	font-size:10pt;
	}
		.public a {
			text-decoration:none;
			color:#090;
		  }
		.public a:hover{
			color:#F60;
		  }
	
.copyright{
	font-family:Tahoma;
	font-size:9pt;
	}


a {
	text-decoration:none;
	color:#36F;
  }
a:hover{
	color:#00C;
  }
