.title {
	font-family: Arial;
	font-size: 16px;
	color: #648CA0;
	font-weight: bold;
}

.toptitle {
	font-family: Arial;
	font-size: 20px;
	color: #648CA0;
	font-weight: bold;
}


.text {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	}

.subtext {
  font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}	

a:link {
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: #78A0B4;
}

a:visited {
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: #78A0B4;
}

a:hover {
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}

