@charset "utf-8";
/* CSS Document */
body{
	background-image:url(bg2.jpg);
	background-repeat:repeat-x;
}

table{
	background-color:#FFF;
	border:1px;
	border-color:#666;
	border-style:solid;
	border-collapse:collapse;
	


}

a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	text-decoration:none;
}

p.attract{
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a.verz{
	color:#09F;
	text-decoration:underline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.verz:hover{
	margin-left: 3px;
	color:#000;
	text-decoration:none;
	font-weight:100;
}

a:hover{
	text-decoration:underline;
}

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin: 5px 5px 5px 5px;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

