body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DBD9D1;
}
.h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.h3 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.h4 {
	font-size: 14px;
	font-style: italic;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-style: italic;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:link {
	color: #336666;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #336666;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;

}
a:visited:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
ul.dot {
	list-style-position: outside;
	list-style-image: url(/assets/dot-red.gif);
	list-style-type: disc;
}
ul.dash {
	list-style-position: outside;
	list-style-image: url(/assets/dash.gif);
	list-style-type: disc;
}
ul.carot {
	list-style-position: outside;
	list-style-image: url(/assets/carot.gif);
	list-style-type: disc;
	margin-left: 6px;
}

b {
	color: #CC0000;
}
.textblock {
	height: 425px;
	width: 235px;
	overflow: auto;
	background-color: #FFFFFF;
}
table {
	background-color: #fff;
}
.center {
	text-align: center;
}

strong {
	color: #336666;
}
.margin {
	border: solid #fff 12px;
}
.small {
	font-size: 9px;
	color: #999999;
}
.greenBlurb {
	font-size: 14px;
	font-style: italic;
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.reverse {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336666;
	margin: 2px;
	font-size: 12px;
}
ul.noindent {
	list-style-position: outside;
	list-style-image: url(/assets/carot.gif);
	list-style-type: disc;
	margin-left: 6px;
	padding-left: 6px;
}
.errorMsg {
	font-size: 10px;
	font-style: italic;
	color: #CC0000;
}
.ad {
	font-size: 11px;
	padding: 12px;
	text-align: center;
	border: 1px dotted #CCCCCC;
	margin-top: 48px;
}
.courierRed {
	font-family: "Courier New", Courier, monospace;
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}
#comment {
	width: 180px;
}
#googlePPC td {
	border:1px solid #000;
}

#googlePPC a{
	color: #00F;
	text-decoration: underline;
}

.googleLink {
	color: #00F;
	text-decoration: underline;
}
.googleBold {
	font-weight: bold;
	color: #000;
}