/* CSS Document */

a:link {
	color: #00bab9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00bab9;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #00bab9;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #00bab9;
}
h2 {
	font-size: 14px;
	color: #00bab9;
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}
.header {
	font-family: Arial;
	font-size: 16px;
	color: #009FB2;
	font-weight: bold;
}
.address {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.white-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
