/* CSS Document */
.block {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #785E43;
	text-align: center;
}
a:link,a:visited{
	color:#D99300;
	font-weight: bold;
	text-decoration: underline;
}
a:hover,a:active{
	color:#666666;
	text-decoration: underline;
}

.tbl {
	background-image: url(bg1.jpg);
	background-repeat: repeat-x;
}
.join {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 250px;
}

