BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	color : Black;
	text-decoration : none;
}
P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	color : Black;
	text-decoration : none;
}
LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	color : Black;
	text-decoration : none;
}
H1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24;
	font : bold;
	color : Black;
}
H2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20;
	font : bold;
	color : Black;
}
H3{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16;
	font : bold;
	color: black
}
H4{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font : normal bold;
	color: black
}
H5{

	font-family : Arial, Helvetica, sans-serif;
	font-size : 10;
	font :  bold;
	color:  #2c6c51
}
H6{
	font-family : Arial, Helvetica, sans-serif;
	font-size :10;
	font : bold;
	color: Silver
}
A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font : bold;
	color : #2c6c51;
	text-decoration : none;
	font-weight : bold;
}
A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font : bold;
	color : #2c6c51;
	text-decoration : none;
	font-weight : bold;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font : bold;
	color : Lime;
	text-decoration : none;
	font-weight : bold;
}
.ingress{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	color : Black;
	text-decoration : none;
	font : bold;
}
.normaltext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	color : Black;
}
.specialnotice{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	color : Red;
	text-decoration : none;
	font : bold;
}
.speciallink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	color : #2c6c51;
	text-decoration : underline;
	font : bold;
}
.lockedfield {
	font-family : Arial, Helvetica, sans-serif;
	background-color : Silver;
	font : 12;
}
.entryfield {
	font-family : Arial, Helvetica, sans-serif;
	background-color : White;
	font : 12;
}
.requiredfield {
	font-family : Arial, Helvetica, sans-serif;
	background-color : Yellow;
	font : 12;
}
.pushbutton {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #2c6c51;
	font : 16;
	border-width : 1;
	color : White;
	font-weight : bold;
}
.footerlink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	color : #2c6c51;
	text-decoration : underline;
	font : bold;
}