@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #6e6e6e;
	text-decoration: none;
}
div,p,h1,h2,h3,h4,h5,h6,span,br{
	padding:0;
	margin:0;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
#orangebox {
	background-image: url(images/orange-box.jpg);
	background-repeat: no-repeat;
	height: 253px;
	width: 382px;
	background-position: left;
}
.title-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F57921;
	text-decoration: none;
	font-weight: bold;
}
.blue-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0667a4;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}
.blue-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0667a4;
	text-decoration: none;
}
#greybox {
	background-image: url(images/grey-box.jpg);
	height: 208px;
	width: 382px;
	background-repeat: no-repeat;
	background-position: center;
}
.blue-links {
	font-family: Tahoma;
	font-size: 11px;
	color: #0667a4;
	text-decoration: underline;
}
.blue-links:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #0667a4;
	text-decoration: none;
}
.float-left {
	margin: 0px;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.dots {
	background-image: url(images/dots.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
}
