/* CSS Document null.css */
html, body {
	height: 100%;
	color:#000;
	background-color:#FFFFFF;
}

html, body, fieldset, ul, li, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, 'Arial CE', 'Helvetica CE', Helvetica, 'Verdana  CE', Verdana, sans-serif;
	font-size: 76%;
}

.hidden {
	display: none;
	visibility: hidden;
}

a { text-decoration: underline; color: #000; }
a:hover { text-decoration: none; }

.cleaner { clear: both; }
.left { float: left; }
.right { float: right; }

p { line-height: 1.4em; }
