@charset "UTF-8";
/* CSS Document */

.body,td,th {
	color: #41454e;
}

.footer {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color:#5d6169;
	text-decoration: none;
}

.menu {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color: #3994d5;
	text-decoration: none;
	text-align: left;
}
.page-title {
	font-family: 'Droid Sans', sans-serif;
	font-size: 32px;
	color: #3994d5;
	text-decoration: none;
	text-align: left;
	font-weight: bolder;
}

.image-content {
	 float: right;
	}

.page-section-title {
	font-family: 'Droid Sans', sans-serif;
	font-size: 20px;
	color: #3994d5;
	text-decoration: none;
	text-align: left;
	font-weight: bolder;
	line-height:26px;
}

.footer:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #369ee8;
	text-align: left;
}

.content-txt {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color:#5d6169;
	text-decoration: none;
	line-height:18px;}
	

.content-txt-link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color:#5d6169;
	text-decoration: none;}
	
.content-txt-link:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: underline;
	color:#1578be;}
	
.bulletpoint {
	list-style-position: inside;
	list-style-image: url(img/bulletpoint.gif);
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#5d6169;
	text-decoration: none;
	line-height: 21px;}
	
.bulletpoint:hover {
	list-style-position: inside;
	list-style-image: url(img/bulletpoint.gif);
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#369ee8;
	text-decoration: none;
	line-height: 21px;}
