﻿h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #5E6E75;
	margin-bottom: 14px;
	margin-top: 0px;
}

#footer {
	text-align: center;
	font-size: 9pt;
	padding-top: 5px;
	color: #838383;
}

#footer a {
	text-decoration: none;
	color: #6B3B3B;
}

#footer a:hover {
	text-decoration: underline;
}
p {
	font-family: "Trebuchet MS";
	padding: 0px;
	margin: 0px;
}

#navbar {
	padding-top: 15px;
	padding-bottom: 20px;
}
#navbar a {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
	display: block;
	padding-left: 35px;
}
#navbar a:hover {
	color: #606060;
	background-color: #CECECE;
}

#textbody {
	padding: 20px;
	height: 520px;
}
#textbody p {
	color: #4D4D4D;
	font-size: 12px;
	padding-bottom: 10px;
}
#textbody ul {
	font-family: "Trebuchet MS";
	color: #4D4D4D;
	font-size: 12px;
}

#textbody a {
	text-decoration: none;
	color: #6B3B3B;

}

#textbody a:hover {
	text-decoration: underline;
}
