/*
 * $Id: style.css,v 1.2 2009-02-03 09:53:15 hilmar Exp $
 */

html, body { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 100% !important;
	min-height: 100%;
}

body {
	background: #E3EBFF url(/images/framework/backgroundContainer.gif) left top repeat-x;
	color: #3F4E76;
}

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;
}
