* {
   padding:0;
   margin-top:1px;
   margin-bottom:2px;
   margin-left:0;
   margin-right:0;   
}

html, body {
	height: 100%;
}

body {
	margin:0 auto;
	padding:0;
	color:#000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:small;
	font:Tahoma;
	background-color:#f4fbe3;
}

td.header {
	width: 100%;
	height: 25px;
	background-color: #597e4b;
}

td.header_form {
	background-color: #D4E8CD;
}

td.link {
	width: 100%;
	height: 25px;
	background-color: #597e4b;
}

td.divider {
	width: 100%;
	height: 5px;
	background-color: #597e4b;
}

.LinkButton{
	color:yellow;
	text-decoration:none;
}

.LinkButton:hover{
	color:blue;
	text-decoration:underline;
}