/*
 * $Id: style.css 35 2009-10-05 07:33:56Z danny $
 */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	height: 100%;
	overflow: auto;
}

body { color: #000000; }
table { border-collapse: collapse; border-width: 0; }
td, th { border: 0; padding: 0; vertical-align: top; }
a { text-decoration: none; font-family: Verdana, Helvetica, sans-serif; font-size: 0.95em; }
a:hover { text-decoration: none; }
img { border:0; }

.clear { clear: both; }
.left  { float: left; }
.right { float: right; }

