/*
 * $Id: style.css 445 2009-06-18 13:25:03Z root $
 */

html, body { 
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
}

body {
	color: #000000;
}

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

a {
	color: #104E87;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}