/* Global Styles */

body {
	margin: 0px;
	}
	
td {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
a:link {
	color: #A90000;
	text-decoration: none;
	font-weight: bold
	}
a:hover {
	color: #A90000;
	text-decoration: underline;
	font-weight: bold
}
a:visited {
	color: #A90000;
	text-decoration: none;
	font-weight: bold
	}
a:active {
	color: #A90000;
	text-decoration: none;
	font-weight: bold
	}

/* Class Styles */
.title {
	color: #A90000;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 26px;
	line-height: 28px;
}
.subtitle {
	color: #A90000;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	line-height: 20px;
}
.body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.nav {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold
}
.copyright {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

