a.text {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #013B60;
	text-decoration: none;
	background-image: url(../images/bullte.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;

}
a.arrow {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #033B5C;
	text-decoration: none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
a.topnavigation {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
}
a.text:hover {

	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF953D;
	text-decoration: none;
	background-image: url(../images/bullte.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
a.arrow:hover {

	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF953D;
	text-decoration: none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
a.topnavigation:hover {

	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF953D;
	text-decoration: none;
	padding-right: 20px;
}
.headdings {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #033B5C;
	text-decoration: none;
}
