body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	overflow:hidden;
	height:100%;
}

td	{
	font-family : Verdana,Arial;
	font-size : 11px;
	color:#0E3193;
}
img{
	border:0px;
}

a  {
	color:#008C44;
}

a:hover {
	color:#008C44;
}
.maintable{
	width:100%;
	height:100%;
}
.input{
	font-size : 10px;
	border:solid 1px #000000;	
}
.button{
	font-size : 11px;
	border:solid 1px #5189AA;	
}

.menu .options {
	width:125px;
	margin-right:1px;
	margin-bottom:1px;
	border:1px solid #008C44;
	background-color:#008C44;

}
.menu a {
	color:#FFFFFF;
	display:block;
	padding:2px 10px;
	text-decoration:none;
}
.menu a:hover {
	background-color:#FFFFFF;
	color:#008C44;

}
.item{
	padding-bottom:5px;
}
