/* CSS Document */
.text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.ltext {
	font-family: Arial;
	font-size: 12px;
	color: #55A9BA
}
.heading {
	font-family: Arial;
	font-size: 14px;
	color: #55A9BA;
	font-weight:bold;
}
.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	}
.link a:link {
	text-decoration: underline;
}
.link a:visited {
	text-decoration: none;
}
.link a:hover {
	text-decoration: none;
}
.link a:active {
	text-decoration: none;
}

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #000000;
	}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	}

.logo {	font-family: Algerian;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}
.menu a:link {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: none;
}
.menu a:active {
	text-decoration: none;
}

