body {
	background-color: #FFFFFF;
	font-family: Garamond;
	font-size: 14px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td, th {
	font-family: Garamond;
	font-size: 14px;
	color: #000000;
}

a {
	font-size: 14px;
	color: #000000;
}

.large_title {
	color: #296a7e;
	font-size: 30px;
	font-family: Garamond;
}

.title {
	font-family: Garamond;
	font-size: 20px;
    color: #296a7e;
}

.text {
	font-family: Garamond;
	font-size: 14px;
    color: #000000;
}

.date {
	font-family: Garamond;
	font-size: 12px;
	color: #FFFFFF;
}

.phrase {
	font-family: Garamond;
	font-size: 18px;
    color: #94ac4b;
}

.legal {
	font-family: Garamond;
	font-size: 12px;
    color: #999999;
}

a:link {
	color: #296A7E;
	text-decoration: none;
}
a:visited {
	color: #296A7E;
	text-decoration: none;
}
a:hover {
	color: #A8AC4B;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #A8AC4B;
}