

html, body {
	width:  100%;
	height: 100%; }

body, table, tr, td, .body, h1, h2, h3, h4, h5, h6 {
	margin:  0;
	border-style: none;
	vertical-align: top;
	padding: 0;
	color: #333;
	text-align:  left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   10px;
	line-height: 14px; }




a:link {
	color: #FF0066;
	text-decoration: none; }

a:visited {
	color: #FF3333;
	text-decoration: none; }

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

a:active {
	color: #333;
	text-decoration: none; }




.box {
	position: relative;
	float:    left;
	margin:   0 -2px -2px 0;
	padding:  0;
	overflow: visible; }




