@charset "ISO-8859-1";

a {
  outline:none;
}

.normal {
	color: #FFF;
	text-align:justify;
}
.normal a {
	color: #CEF;
}

.normalcenter {
	color: #FFF;
	text-align:center;
}
.normalcenter a {
	color: #CEF;
}

.normalfooter {
	font-size:10px;
	color: #FFF;
	text-align:justify;
}
.normalfooter a {
	color: #CEF;
}

.boldbottom {
	color: #FFF;
}
.boldbottom a {
	color: #FFF;
	text-decoration: none;
}
.boldbottom a:hover {
	color: #FFF;
	text-decoration: underline;
}
.greybottom {
	color: #999;
}

.whitebold {
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

.whitebold a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.whitebold a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

.address {
	font-size: 14px;
}
.addressleft {
	font-size: 14px;
	text-align: left;
}
