/* CSS Document */

.text {
	font-size: 12px;
	color:#000000;
	font-family: Arial;
}
.mainheading {
	font-size: 20px;
	color:#000000;
	font-family: Arial;
	font-variant:small-caps;
	padding-left:280;
	font-weight:bold;
}
.link {
	font-size: 12px;
	color:#000000;
	font-family: Arial;
}
.linkh {
	font-size: 12px;
	color:#54BAB8;
	font-family: Arial;
	font-weight:bold;
}
.menu {
	font-size: 12px;
	color:#54BAB8;
	font-family: Arial;
	font-weight:bold;
}
.menu a:link {
	text-decoration: none;
	color:#54BAB8;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
	color:#000000;
}
.menu a:active {
	text-decoration: none;
}
.bheading {
	font-size: 12px;
	color:#000000;
	font-family: Arial;
	font-weight:bold;
}
.footer {
	font-size: 10px;
	color:#000000;
	font-family: Arial;
}


