﻿a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.body {
	margin: 0px;
	background-color: #000000;
}
.main {
	padding: 0px;
	margin: 0px;
	background-position: center bottom;
	width: 100%;
	height: 700px;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
}
.td {
	text-align: center;
}
.title {
	font-family: Copperplate Gothic Light,Courier New,Courier;
	font-size: 43pt;
	color: #808080;
}
.subtitle {
	font-family: Copperplate Gothic Light,Courier New,Courier;
	font-size: 24pt;
	color: #808080;
}
.text {
	font-family: Copperplate Gothic Light,Courier New,Courier;
	font-size: 16pt;
	color: #808080;
}
.textsm {
	font-family: Copperplate Gothic Light,Courier New,Courier;
	font-size: 12pt;
	color: #808080;
}
.textnav {
	font-family: Copperplate Gothic Light,Courier New,Courier;
	font-size: 10pt;
	color: #000000;
}
.textfooter {
	font-family: Copperplate Gothic Light,Courier New,Courier;
	font-size: 10pt;
	color: #808080;
}