body {
  	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

p {
  	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

th {
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color: #663300;
}
.header {
	background-color:#663300;
	color:#FFFFCC;
	font-size:19px;
	font-weight: bold;
	width:100%;
}
.maroon16 {
	color:#660000;
	font-size:16px;
	font-weight:bold;
}
.maroon {
	color:#660000;
	font-weight:bold;
}
.brown {
	color:#660000;
	font-weight:bold;
}
.brownupper {
	color:#660000;
	font-weight:bold;
	font-size:20px;
}


.leftnav {
	font-size:16px;
	font-weight:bold;
	color: #663300;
}

/*Links*/
a.leftnav.link{
	color: #663300;
	text-decoration: underline;
	font-weight:bold;
	font-size:17px;
}
a.leftnav.visited{
	color: #663300;
	text-decoration: underline;
	font-weight:bold;
	font-size:17px;
}
a.leftnav.hover{
	color: #663300;
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
}
a.leftnav.active{
	color: #663300;
	text-decoration: underline;
	font-weight:bold;
	font-size:16px;
}

a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: none;
}
a:active {
	color: #663300;
	text-decoration: none;
}
