html, body, td  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;

}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E36A20;
}

a:link, a:visited {
	color: #048001;
	background-color: transparent;
	text-decoration: underline;
}
a:active, a:hover {
	color: #048001;
	background-color: #fffccc; 
	text-decoration: underline; 
}

.imageClass, a.imageClass:active, a.imageClass:hover {
	text-decoration: none;
	background-color: transparent;
}

.catText {
	color: #000000;
	background-color: transparent;
}
a.catText:link,a.catText:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
} 
a.catText:active,a.catText:hover {
	color: #000000;
	background-color: #fffccc;
	text-decoration: none;
} 

.captionText {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
	margin-bottom: 5px;
}

.header {
	font-family: verdana, arial, helvetica, sans-serif;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 3px;
}

.published {
	color: #666666;
}

.grayBar {
	border-right: 1px solid #cccccc;
}

.newsRow {
	border-bottom: 1px dotted #039900;
}

.titleText {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #039900;
}
a.titleText:link, a.titleText:visited {
        color: #039900;
	text-decoration:underline;
}
a.titleText:hover, a.titleText:active {
        color: #000000;
	background-color: #96DB95;
}
/* Text under pic on detail page; links to this and that */
.titleTextLight {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #039900;
}
a.titleTextLight:link, a.titleTextLight:visited {
        color: #039900;
        text-decoration:underline;
}
a.titleTextLight:hover, a.titleTextLight:active {
        color: #000000;
        background-color: #96DB95;
}

.moreText,a.moreText:link,a.moreText:visited,a.moreText:hover,a.moreText:active {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.emailBox {
	border: 1px solid #039900;
	margin-top: 3px;
	margin-bottom: 3px;
}
.errorMessage {
	color: #ff0000;
}
