.normallinktop {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
	letter-spacing: 1px;
}
.normallinktop :hover{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #151515;
	text-decoration: underline;
	letter-spacing: 1px;
}




.normallink {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
	letter-spacing: 1px;
}
.normallink :hover{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #151515;
	text-decoration: underline;
	letter-spacing: 1px;
}


.normal {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	text-decoration: normal;
	letter-spacing: 1px;
}
.normal:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #151515;
	text-decoration: underline;
	letter-spacing: 1px;
}




.normalblue {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #255289;
	text-decoration: normal;
	letter-spacing: 1px;
}
.normalblue:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #255289;
	text-decoration: underline;
	letter-spacing: 1px;
}

