/* CSS Document */

body,html {
	width:900;
	margin-left:0;
	margin-top:0;
	padding:0;
	background: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4a4a4a;
	line-height: 20px;
}

.headerspace {
	margin-top: 30px;
}

ul.list {width: 600px;}
ul.list li {display: inline; list-style-type : none; width: 300px;}
li.left {float: left; }
li.right {text-align: right; }

.small {font-size: smaller; }

.viewerborder {border-style:solid; border-width:1px 0 0 0;}