@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(../images/grade.jpg);
	background-repeat: repeat-x;
}

.header-type {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.footer-type {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.really_big_topic {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 22px;
	color: #333333;
}
.big_topic {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 16px;
	color: #333333;
}
.big_topic_black {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 20px;
	color: #cccccc;
}
.topic {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.body_text_black {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.newsletter-body {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.newsletter-title {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 32px;
	font-weight:bold;
	color: #333333;
}


a:link {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #333333;
}