body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
color:#0000FF;
text-decoration:underline;
}
a:visited{
color:#0000FF;
text-decoration:none;
}
a:active {
color:#0000FF;
text-decoration:none;
}
a:hover{
color:#0000FF;
text-decoration:none;
}
#maincontainer {
	width: 1001px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.table {
font-family: Verdana;
font-size: 12px; 
color: #646362;
margin-left:95px;
text-align:left;
}
select{font-size:10px;}
#items			{
				position:		relative;
				width:			560px;		
				}
#items5-8		{
				position:		absolute;
				left:			194px;
				top:			0;
				}
#items9-12		{
				position:		absolute;
			left	:	388px		;
				top:			0;
				}
#container {
margin-bottom:15px;
}
.table_2 {
font-family: Tahoma; 
font-size: 10px; 
color: black;
width:440px;
}
.head{
text-align:left;
}
#float_1{
}
#float_2{
position:relative; visibility:show; left:15px;
text-align:left;
width:250px;
}
#float_3{float:left;
position:relative; visibility:show; top: 5px;
width:100px;
text-align:left;
}
#float_4{
position:relative; visibility:show; left:15px; top: 5px;
text-align:left;
width:250px;
}
#float_5{float:left;
position:relative; visibility:show; top: 10px;
width:100px;
text-align:left;
}
#float_6{
position:relative; visibility:show; left:15px; top: 10px;
text-align:left;
width:250px;
}
#float_7{float:left;
width:100px;
text-align:left;
position:relative; visibility:show; top: 15px;
}
#float_8{
position:relative; visibility:show; left:15px; top: 15px;
text-align:left;
width:250px;
}