h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #1D1D1D;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bck.jpg);
	background-repeat: repeat-x;
	background-color: #C8C8C8;
}
body,td,th {
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #154A02;
	font-weight: bold;
	font-size: 16px;
}
a:link {
	color: #144A00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #144A00;
}
a:hover {
	text-decoration: underline;
	color: #144A00;
}
a:active {
	text-decoration: none;
	color: #144A00;
}

