body {
	background-color: #E8C67C;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

.smaller {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}
.subTitle {
	color: #660000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
}
.content {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
.reverse {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

A {
	color: #660000; 
	text-decoration: underline; 
	}

A:link {
	color: #660000; 
	text-decoration: underline; 
}

A:visited {
	color: #660000; 
	text-decoration: underline; 
}

A:hover {
	color: #006699; 
	text-decoration: underline; 
}

A.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #135084; 
	text-decoration: none; 
	}

A.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #135084; 
	text-decoration: none; 
}

A.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #135084; 
	text-decoration: none; 
}

A.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #135084;
	text-decoration: none; 
}

