body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #497844;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
td,body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.submit input, .submit input:focus, .button {
	background: url( ../images/admin/bg_btn.gif );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	font-family: Arial,Verdana,SunSans-Regular,Sans-Serif;
	font-size: 11px;
	color: #333;
	padding: 2px;
}
.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}
