/* CSS Document */

p {
	font-family: Century Gothic;
	font-size: 10pt;
	color: #006666;
	margin-bottom:0px;
}

li {
	font-family: Century Gothic;
	font-size: 10pt;
	color: #006666;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
}

.copysmall {
	font-family: Century Gothic;
	font-size: 8pt;
	color: #006666;
	font-weight: normal;

}

.copybold {
	font-family: Century Gothic;
	font-size: 10pt;
	color: #791757;
	font-weight: bold;
	text-align: left;
}

.bradleybold {
	font-family: "Bradley Hand ITC";
	font-size: 18pt;
	color: #791757;
	font-weight: bold;
	text-align: left;
}

a.site {

	font-family: Century Gothic;
	font-size: 10pt;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
a.site:hover {

	font-family: Century Gothic;
	font-size: 10pt;
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
}
.image_largequote {
	background-image: url(../images/large_quote.jpg);
	font-size: 12px;
	color: #9A1D6F;
	font-family: "Comic Sans MS";
	font-weight: normal;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.image_smallquote {

	background-image: url(../images/small_quote.jpg);
	font-size: 12px;
	color: #9A1D6F;
	font-family: "Comic Sans MS";
	font-weight: normal;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
}
