body	{ 
	background: #426429; 
	margin: 0; 
	font-size: 12px; 
	font-family : Verdana, Arial, Helvetica;
	font-weight: 500;
	color: #57CCB2; 
}
a:link    { 
	color :#FFFF99; 
	text-decoration:none; 
}
a:active  { 
	color :#7ED251; 
	text-decoration:underline overline; 
}
a:visited { 
	color :#57CCB2; 
	text-decoration:none; 
} 
a:hover   { 
	color :#7ED251; 
	text-decoration:underline overline; 
}
p, td	{
	font-size: 12px;
}
td.sam	{ 
	width: 130px;
	height: 110px;
	border: 2px solid #7ed251;
	text-align: center;
}
td.dis	{
	text-align: justify;
	color: #660000;
	font-size: 9px;
}
h1	{
	font-family: Times;
	font-size: 6px;
	font-weight: 500;
	line-height: 60%;
}
h2	{ 
	font-size: 16px; 
	line-height: 95%; 
	margin: 9px 0px;
	padding: 9px 0px;
}
strong	{
	font-weight: 700;
}
hr	{
	height: 1px;
	border: 1px dotted #426429;
	border-bottom: 1px dotted #57CCB2;
	margin: 24px 0px;
}
