﻿p {
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
	line-height: 140%;
}
h1{
	font-size: 22px;
	font-weight: bold;
	color: #808080;
}
h2{
	font-size:16px;
	font-weight:bold;
	color: #808080;
}
h3{
	font-size:14px;
	font-weight:bold;
	color: #808080;
}
a:active{
	color: #808080;
	text-decoration: none;
}
a:link{
	color: #808080;
	text-decoration: none;
}
a:hover{
	color: #800000;
	text-decoration: none;
}
a:visited{
	color: #800000;
	text-decoration: none;
}
.link.white {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {
	border-width: 0px;
}
.style2 {
	border-bottom: 2px double #808080;
}

