body	{
	margin: 0;
	font-family: arial;
	font-size: 10px;
	}
	
a	{
	text-decoration: none;
	}
	
iframe	{
	border: 0px;
	}
	
.top40cell	
	{
	width: 540px;
	height: 33px;
	border-bottom: dashed 1px #253D81;
	margin-top: 2px;
	margin-bottom: 4px;
	text-align: left;
	}

.positioncell
	{
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	margin-right: 10px;
	}
	
.ordercell
	{
	width: 50px;
	height: 20px;
	float: right;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	font-style: italic;
	font-size: 9px;

	}
	
#home
	{
	float: right;
	width: 63px;
	}
	
#header	{
	width: 840px;
	height: 65px;
	background-color: #253D81;
	margin: 0 auto;
	color: #ffffff;
	border-top: 5px solid #ffffff;
	}
	
#footer	{
	width: 840px;
	height: 25px;
	background-color: #253D81;
	margin: 0 auto;
	margin-top: 5px;
	color: #cccccc;
	text-align: right;
	}
	
#headdiv	{
	width: 840px;
	height: 4px;
	background-color: #253D81;
	border-top: 2px solid #FFE400;
	margin: 0 auto;
	}
	
#main	{
	width: 838px;
	margin: 0 auto;
	border-right: 1px solid #253D81;
	border-left: 1px solid #253D81;
	text-align: center;
	}
	
#right	{
	width: 130px;
	float: right;
	text-align: center;
	margin-right: 2px;
	}
	
#left	{
	width: 130px;
	float: left;
	margin-left: 5px;
	}
	
#body	{
	margin-left: 140px;
	margin-right: 140px;
	}
	
	
