/* CSS Document */

a.nav:link {color: #77AAA1; text-decoration: none; }
a.nav:visited {color: #77AAA1; text-decoration: none; }
a.nav:hover {color: #7D7B7C; text-decoration: none; }
a.nav:active {color: #77AAA1; }

.nav  {color: #77AAA1; font-family: Century Gothic; font-size: 20pt; }

p {  color: #808080; font-family: Verdana;  font-size: 13pt; }

a img {border: none;}

a.nav2:link {color: #7D7B7C; text-decoration: none; }
a.nav2:visited {color: #7D7B7C; text-decoration: none; }
a.nav2:hover {color: #77AAA1; text-decoration: none; }
a.nav2:active {color: #7D7B7C; }

.nav2  {color: #7D7B7C; font-family: Century Gothic; font-size: 19pt; }

a.headers:link {color: #808080; text-decoration: none; }
a.headers:visited {color: #808080; text-decoration: none; }
a.headers:hover {color: #77AAA1; text-decoration: none; }
a.headers:active {color: #808080; }

.headers {color: #7D7B7C; font-family: Verdana; font-size: 12pt; }


.info  {color: #77AAA1; font-family: Century Gothic; font-size: 22pt; }


a.footer:link {color: #808080; text-decoration: none; }
a.footer:visited {color: #808080; text-decoration: none; }
a.footer:hover {color: #77AAA1; text-decoration: none; }
a.footer:active {color: #808080; }

.footer {color: #7D7B7C; font-family: Georgia; font-size: 11pt; }

.infoBox {
	background: #ffffff;
	border: 4px;
	border-style: double;
	border-color: #FBC2D2;
	border-spacing: 1px;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;

}

.infoBox a:link {
	text-decoration: none;
	color: #666666;
	}
.infoBox a:visited {
	text-decoration: none;
	color: #666666;
	}
.infoBox a:hover {
	text-decoration: none;
	color: #77AAA1;
	}
.infoBox a:active {
	text-decoration: none;
	color: #77AAA1;
	}


.infoBoxContents {
	background: #ffffff;
	font-family: Georgia, Arial, sans-serif;
	font-size: 13pt;
	line-height: 150%;
}

.infoBoxNotice {
  background: #FFffff;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-family: Georgia, Arial, sans-serif;
  font-size: 13px;

}

TD.infoBoxHeading {
 font-family: Century Gothic; font-size: 20pt;  color: #77AAA1;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}

.popupcolor {
	font-size: 15px;
	font-weight: bold;
}


