body {
	margin: 0px;
}

td,p,div,span {
    font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
a {
    color: #617181;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}
.bg-silver{
	background-color: #C0C0C0;
}
.bg-medgray {
	background-color: #9BA4AC;
}
.bg-gray {
	background-color: #778899;
}
.bg-black {
	background-color: #000000;
}

.content {
    padding: 15px 25px 30px 60px;
}
.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.subtitle {
    color: #778899;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
    font-weight: bold;
}
.title {
    color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
    font-weight: bold;
}
.title-map {
    color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
    font-weight: bold;
	padding: 15px 25px 30px 60px;
}   
ul {
    list-style-type: none;
    color: #333333;
	font-size:12px;
    line-height: 18px;
}
.light {
    color: #617181;
}
.footer_links {
    color: #333333;
	font-size:10px;
    font-weight: bold;
}
.footer {
    color: #FFFFFF;
	font-size:10px;
    font-weight: bold;
}
.textarea {
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	font-style:italic;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
}
h5 { 
	margin: 20px 0px 9px 0px; 
	padding: 3px 0px 0px 0px; 
    color: #778899;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
    font-weight: bold;
	border-top: 1px dotted #999; 
}