.p-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	color: #336600;
	font-style: italic;
	padding-bottom: 8px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
TABLE {
	border-bottom-style:groove;
	border-top-style:ridge;
	}
.n_title {
	font-size: larger;
	font-weight: 500;
	color: #336600;
}
.s_title {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #336600;
}
td {
	vertical-align: top;
}
.p_table {
	border-bottom-style:none;
	border-top-style:none;
}

A:hover {
	font-weight: bold;
	background-color: #46AC58;
	color: #FFFFFF;
}          /* unvisited link */


A:link IMG { border: 0 }
A:visited IMG { border: 0 }
A:active IMG { border: 0 }
