@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/grade.jpg);
	background-repeat: repeat-x;
}

.header-type {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.footer-type {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.big_topic {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}
.big_topic_black {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 20px;
	color: #000000;
}
.topic {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.body_text_white {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 14px;
	color: #cccccc;
}
.body_text_dark_grey {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size: 14px;
	color: #333333;
}
.super_big_topic {
	font-family: Helvetica, "Century Gothic", arial, sans-serif;
	font-size:40px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:visited {
	color: #FFFFFF;
}