/*
 * $Id: style.css 95 2009-09-22 12:09:11Z root $
 */

html, body { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.82em;
	height:100.01%;
}

body {
	background: #CCCCCC url('/images/framework/barBody.gif') 778px top no-repeat;
	behavior: url('../js/csshover.htc'); /* Hover anything in IE */
	color: #444C4C;
}

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

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

img {
	border:0;
}