@charset "UTF-8";
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Helvetica CE", Arial;
	font-size: 13px;
}
.menufont {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #000000;
}
.content {
	font-family: "Helvetica CE", Arial;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.heading {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #333333;
}
.footer {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #333333;
}
