/*
 * $Id: style.css 40 2009-12-17 14:23:55Z root $
 */

html, body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html * {
	font-family:'Trebuchet MS', arial, verdana, helvetica, sans-serif;
}

body {
	color: #376D0B;
	font-size: 0.8em;
	overflow:-moz-scrollbars-vertical;
	background-color: #3B6D14;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

a {
	text-decoration: none;
	color:Blue;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top:0;
}
form {
	margin:0;
	padding:0;
}

img {
	border:0;
}