h1, h2, h3, h4 
{
	margin: 0;
	font-weight: normal;
}

#content h1 
{
	letter-spacing: -1px;
	font-size: 32px;
}

#content h2 
{
  text-align: center;
  margin-top: 20px;
	font-size: 23px;
	color:black;
}

#content h4 
{
  color: #28313A;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content p 
{
  padding-bottom: 0px;
  padding-top: 20px;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 26px;
	font-weight:bold;
	border-bottom: 1px solid #0A5688;
	font-size: 18px;
	width: auto;
}

#content p.top 
{
	margin-top: 40px;
}

#content p.small
{
	font-size: 16px;
}

#content p.dis
{
  color: #0A5688;
}
a 
{
  text-decoration: none;
	color: #1B75A9;
}

a:hover, a:active 
{
	text-decoration: none;
	color: #0A5688;
}








