body
{
	margin: 20px;
	font: 10pt/1.5 Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: normal;
	background-color: black;
}

a
{
	text-decoration: none;
	color: #008465;
}

a:hover
{
	color: #008465;
}

a:active
{
	color: #008465;
}

.floatright
{
	float: right;
	position: relative;
}

.floatleft
{
	float: left;
	position: relative;
}

.alignright
{
	text-align: right;
}

.alignleft
{
	text-align: left;
}

.inline
{
	display: inline;
}

.inline-block
{
	display: inline-block;
}

div.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

hr
{
	border: 0px;
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
	margin-top: 10px;
}

.bb_pic
{
	max-height: 340px;
	max-width: 340px;
	margin: 0px;
}
