p, h1, h2 {
	font-size: 12px;
	color: #443E3A;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
h1 {
	font-size: 15px;
	width: 100%;
	border-bottom: 1px dotted #b8c1bd;
	color: #b8c1bd;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
	text-transform:uppercase;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	width: 100%;
	color: #b8c1bd;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
	font-weight: normal;
}
p {
	text-align:justify;
}
   
a {
	text-decoration: underline;
	color: #868C8A;
}
a:hover { 
	color: #b8c1bd;
	text-decoration: none;
}
.small {
	font-size: 10px;
}
a.button {
	display: block;
	border-top: 1px dotted #b8c1bd;
	border-bottom: 1px dotted #b8c1bd;
	margin: 2px 0 2px 0;
	width: 100% - 10px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #868C8A;
	text-transform: uppercase;
	background-image: url("images/buttongrad.jpg");
	background-repeat: repeat-x;
}
a.button:hover {
	border-top: 1px solid #b8c1bd;
	border-bottom: 1px solid #b8c1bd;
	color: #443E3A;
	background-image: url("images/buttongradover.jpg");
}
td a.button { height: 100%;
text-align: center; }
.center { 
text-align: center;
}
.right {
	text-align: right;
}

hr {
	 color: #b8c1bd;
	 background-color: #b8c1bd;
	 height: 0px;
	 width: 100%;
	 border: none;
	 border-bottom: 1px dotted #b8c1bd;
}

.red {
	color: #ff0000;
	font-weight: bold;
}

#content h1, #content h2 {
	color: #868C8A;
}
	