/* CSS Document */
BODY, TD, TR, TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}


/* 1 pixel green box */

.PGBox { border: 1px solid #5A8C21; width: 100%; }

.Pg_hdr1 {
	font-size: 22px;
	color: #DD7E00;
	font-weight: bold;
}





/* fonts */


.Cpy_Main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.Cpy_Sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.Pg_hdr_sub1 {

	font-size: 18px;
	color: #DD7E00;
	font-weight: bold;
}
.Pg_hdr_sub2 {


	font-size: 14px;
	color: #DD7E00;
	font-weight: bold;
}

/* hyperlinks */
a { color: #5A8C21; font-weight: bold; text-decoration: underline; }
a:visited {
	color: #5A8C21;
	font-size: 12px;
}
a:hover { text-decoration: none; }
a.noUdln { text-decoration: none; }



