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: 11px;
	color: #000000;
	line-height: 16px;
}
a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	line-height: 16px;
	font-weight: bold; 
}
a:hover {
	color: blue;
}
.GreyBorder {
	border: 1px solid #BFBFBF;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
}
a.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #9CAFBC;
	letter-spacing: 3px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal; 
}
a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 3px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: underline;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 14px;
}

