body {
	background-color: #E6E7EC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.text {
	font-family: arial;
	font-size: 11px;
	color: #333333;
}
.text-white {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;

}
a:link {
	color: #E77428;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #E77428;
	text-decoration: none;
}
.text-bg-join {
	font-family: arial;
	font-size: 14px;
	background-color: #FFFF66;
	padding: 3px;
	font-weight: bold;

}
li {
	margin-bottom: 5px;
}
