/*
 * $Id: style.css,v 1.1 2007-05-07 15:49:41 kevin Exp $
 */

body {
	margin: 0;
	padding: 0;
	height:100%;
	font-family:'Trebuchet MS', arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	background:#BCBBBB;
	color: #656667;
}

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

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}