body
{
	background-color: #FFFFFF;
}

body, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, label {
	font-family: Arial; 
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}


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

a:hover
{
	color: #666666;
}

a img
{
	border: 0px;
}

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

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

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

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

.title
{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: bold;
}