@charset "UTF-8";
/* CSS Document */

.toplinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.titles {
	background-image: url(images/titlebg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
	color: #86AC18;
	text-decoration: none;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-align: justify;
}
.readmore {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px;
	text-align: left;
	float: right;
	text-decoration: none;
}
.bulletpoint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	text-indent: 10px;
	text-align: left;
	float: left;
	margin-right:10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.subheading {
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	vertical-align: middle;
	color: #666;
}
.subheadingwithline {
	background-image: url(images/titlebg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	vertical-align: middle;
	color: #666;
	text-decoration: none;
}
