body, span {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.greent {
	color: red;
	text-decoration: none;
}
.head {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #339933;
	text-decoration: none;
}

.small_head {
	font: bold 11px  Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #339933;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.blak_txt {
	color: #000000;
	text-decoration: none;
}
.blak_txt:link {
	color: #000000;
	text-decoration: none;
}
.blak_txt:visited {
	color: #000000;
	text-decoration: none;
}
.blak_txt:hover {
	color: #339933;
	text-decoration: none;
}
.blak_txt:active {
	color: #000000;
	text-decoration: none;
}
.grey_border {
	border: 1px solid #CCCCCC;
}