table.sample {
	border: outset 6pt;
	border: inset 6pt;
	border-color: #009900;
	border-style:groove;
	background-color: white;
}
.menu a {
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#009900;
	font-weight:bold;
}
.menu a:hover{
	font-family:Arial;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.body{
	font-family:Arial;
	font-size:14px;
	
}
.body a {
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	color:#009900;
	font-weight:bold;
}
.body a:hover{
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.bodyBold{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}
.bodyItalic{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}
.blackHeading{
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	
}
.lgHeading{
	font-family:Arial;
	color:#009900;
	font-weight:bold;
	font-size:24px;
}
.smerHeading{
	font-family:Arial;
	color:#009900;
	font-weight:bold;
	font-size:20px;
}
.blackHeading a {
	color:#009900;
	text-decoration:none;
	
}
.blackHeading a:hover{
	text-decoration:none;
	color:#000000;
}
.breakhere{
	page-break-before: always
}