
html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
body 
{	 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height: 18px; 
	color: Black;
	background:#f4eddb; 
}
a
{
	color: #990000;
}
a:hover
{
	text-decoration: none;
}
table
{
	border-collapse: collapse;
}

img
{
	vertical-align: top;
}
a img
{
	border: none;
}
form
{
	padding: 0px;
	margin: 0px;	 
}
  
.clear{
	clear:both;
	overflow:hidden;
	height:1px;
	}
