h1, h2, h3, h4, h5, h6 {
	color: #999999;
	font-family: Arial;
	padding: 0px;
	margin: 0;
	margin-bottom: 20px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}

#content .content-text {
	padding: 10px 20px 50px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.content-text ul,
.content-text ol {
	margin-left: 40px;
}
.content-text li{
	line-height: 1.5;
}
.content-text p {
	line-height: 1.5;
	text-align: justify;
	padding-bottom: 10px;
}

#main-column a {
	color: #0099CC;
	text-decoration: none;
}
#main-column a:hover {
	color: #0099CC;
	text-decoration: underline;	
}
a span {
	position:relative;
	top:-1px;
}
#header .tel {
    color: #3272b3;
    font-size: 20px;
    font-weight: bold;
    margin: -34px -59px 9px 0;
    opacity: 0.8;
    text-decoration: none;
    text-shadow: 1px 1px 0 black;
}