body {
	margin-top: 0px;
	background-color: #CCCCCC;
}
.bgimage {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-position: center top;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #af390a;
	font-weight: bold; 
}
a:hover {
	color: red;
	text-decoration: underline;
}
.GreyBorder {
	border: 1px solid #BFBFBF;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold; 
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
}
a.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold; 
}
a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: underline;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 12px;
}

