body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-size: 12px;
	background-color: #4E8E1E;
	background-image: url(../Images/bodybg.jpg);
	background-repeat: repeat-x;
}
td {
	font-size: 12px;
	line-height: 20px;
}
a:link{
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:active{
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:visited{
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:hover{
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}

