p {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}
a:link {
	color: #879A67;
	text-decoration: underline;
}
a:hover {
	color: #B5223C;
	text-decoration: none;
}	
#navigation {
	font-family: "Trebuchet MS", Serif;
	color: #ffffff;
	background-color: #B5223C;
	font-size: 12px;
	text-indent: 12px;
	padding: 4px 3px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#navigation li {
	display: inline;
}
#navigation li a:link {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}
#navigation li a:visited {
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	color: #FFFFFF;
	background-color: #879A67;
	padding: 5px;
}
body {
	font-family: "Trebuchet MS", Serif;
	color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
h1 {
	font-size: 21px;
	color: #B5223C;
	margin-bottom: -10px;
	line-height: normal;
	font-weight: normal;
}
hr {
	height: 1px;
	width: 100%;
	border-top: 1px dotted #879A67;
	border-right: none #879A67;
	border-bottom: none #879A67;
	border-left: none #879A67;
}
.red {
	color: #B5223C;
}
.green {
	color: #879A67;
	text-decoration: underline;
}
li {
	font-size: 14px;
	line-height: 18px;
	color: #879A67;
	list-style-image: url(images/arrow_green.gif);
	list-style-position: outside;
}
.white {
	color: #FFFFFF;
}
h6 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: -10px;
}
h5 {
	font-size: 21px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: -10px;
	margin-bottom: -10px;
}
.grey {
	color: #999999;
}
.imgright {
	float: right;
	border: 8px solid #879A67;
	margin-left: 20px;
}
.black {
	color: #000000;
}
