@charset "UTF-8";
.nowfixed p {
	font-size: .7em;
	line-height: 1.45em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.nowfixed h1 {
	font-size: 1.5em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#1498A2;
}
.nowfixed h2 {
	font-size: 1em;
	font-weight:normal;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#1498A2;
}
.nowfixed a:visited {
	color:#000000;
	text-decoration:none;
}
.nowfixed a, .nowfixed a:visited {
	color:#1498A2;
	text-decoration:none;
}
.nowfixed a:hover {
	color:#1498A2;
	text-decoration:underline;
}

/*.nowfixed a.footer {
	font-family:'Century Gothic';
	color:#122228;
}*/

.nowfixed a.footer {
	font-family:'Century Gothic';
	color:#919696;
}

.nowfixed a.footer:hover {
	color:#1498A2;
	text-decoration:none;
}

.nowfixed ul.body {
	font-size: .7em;
	line-height: 1.45em;
	margin-top: 5px;
}

