﻿h2, .Header {
	font-family: "Century Gothic";
	font-weight: normal;
	font-size : 26px;
	color: #7ba40f;
	text-align: left;
}
h3, .SubHeader {
	font-family: "Century Gothic";
	font-weight: normal;
	font-size : 20px;
	color: #7ba40f;
	text-align: left;
}
.SmallText {
	font-size : 10px;
}
td, body, p {
	font-family: arial;
	font-size: 12px;
	color: #7d8a93;
	text-decoration: none;
	text-align: left;
}
li {
	list-style-type: square;
	color: #00b7e3;
}
.foot {
	color: #ffffff;
}
/* Links */
a {
	color: #5ab1f4;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6c971b;
	font-weight: bold;
	text-decoration: none;
}
.left a {
	color: #7d8a93;
	font-weight: bold;
	text-decoration: none;
}
.left a:hover {
	color: #6c971b;
	font-weight: bold;
	text-decoration: none;
}
