.normalText {
	font-family: "Century Gothic";
	font-size: 12px;
}
.normalWhite {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
}
.headline {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
}
.menuWhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.background {
	background-image: url(image/common/background.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #B3C010;
	text-decoration: underline;
}

