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

@font-face {
	font-family: "Gothic";
	src: url("../fonts/gothic.ttf");
}

body, td, th {
	color: #CCCCCC;
	font-family: Gothic, Arial;
	font-size: 11px;
}

.footer {
	bottom: 5px;
	letter-spacing: 2px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 99%;
}

.main {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	background-color: #CCCCCC;
	color: #006899;
	height: 1px;
	left: 40px;
	letter-spacing: 2px;
	position: fixed;
	right: 40px;
	text-transform: uppercase;
	top: 50%
}
