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

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

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

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

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

.content-txt-link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#5d6169;
	text-decoration: none;}
	
.content-txt-link:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	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;}

