body {
	background-color: #FFFFFF;
}

a, div, td, body, table, input, textarea, span, font, form, p, h1, h2, h3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #292a2d;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #007cbc;
}

a:hover {
	color: #ffc000;
}

img, a img {
	border: 0;
}

.imageleft {
	float:left;
	margin-right: 20px;
}

.imageright {
	float: right;
	margin-left: 20px;
}

.imagecenter {
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
}

.imagecenter, .imageleft, .imageright {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #007cbc;
}