H1 {
	font-family: times;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: darkgreen;
}
h2 {
	font: bold italic 14pt;
	color: darkgreen;
}

BODY, P, TD {
	font-family: times;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

P.homelogo {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

A:link, A:visited, A:active {
	font-family: times;
	font-size: 12px;
	font-style: none;
	text-decoration: none;
	color: #325400;
}

A:hover {
	font-family: times;
	font-size: 12px;
	font-style: none;
	text-decoration: none;
	color: #6EB900;
}

.error{
	color: #ff0000;
	font: bold 10pt arial;
}
INPUT, TEXTAREA, Select {
	border: solid 1 #AAAAAA;
	font-size: 12px;
}

.border {
	border: 1px solid #325400 1;
}
.Condolences {
	font-family: Times;
	color:  #325400;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}