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

body {
	background-image: url();
	background-color: #000000;
	margin-top: 20px;
}
.header {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 36px;
}
.bodywhite {
	color: #FFFFFF;
	font-family: "Century Gothic";
}
a:link {
	color: #45D7D4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#45D7D4;
}
a:hover {
	text-decoration: underline;
	color: #45D7D4;
}
a:active {
	text-decoration: none;
	color: #45D7D4;
}
.body13 {font-size: 13px
		font-family: "Century Gothic";}

.body10 {
	font-size: 10px;
	font-family: "Century Gothic";
	color: #999999;
}
.font{font-family: "Century Gothic"}

.bodyW12 {color: #FFFFFF; font-family: "Century Gothic"; font-size: 12px; }

.bodyBlue {color: #45D7D4; font-family: "Century Gothic"; font-size: 14px; }