/*
 * $Id: style.css 161 2009-07-09 11:46:21Z root $
 */

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

body {
	color: #333333;
	background: #FFFFFF url(/images/framework/backgroundBody.gif) left top repeat-x;
}

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

a {
	color: #0000aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}
div.clear { 
	clear: both;
}
