/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:12px;
	color:#000000;
	width:100%;
	height:100%;

	background:url(images/top_bg.gif) repeat-x #DCDEFF	;
}

#container
{
	position:absolute;
	width:100%;
	height:100%;
	text-align:left;
	top:0px;
	left:0px;

}

#mainframe
{	
	width:950px; margin:0px auto; margin-bottom:10px; position:relative;	
}





.left { float:left; }
.right { float:right; }
.row { width:100%; clear:both;}
.TableHead , .TableRow { width:100%; clear:both; letter-spacing:1px;}
.TableHead .left , .TableHead .right, .TableRow .left , .TableRow .right
{	padding:5px; font-size:12px; }
.TableHead { border-bottom:1px solid #000000; display:table;	}
.TableRow { border-bottom:1px dotted #000000; display:table;	}