body {
	padding: 0px;
	margin: 0px;
	background: #0277AC;
}
body,td,textarea {
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

A:link {
	color: #009AD9;
	text-decoration: none;
}

A:active {
	color: #ff0000;
	text-decoration: none;
}

A:visited {
	color: #009AD9;
	text-decoration: none;
}

A:hover {
	color: #69B032;
	text-decoration: none;
}

.topBar {
	position: absolute;
	top:	0px;
	left:	0px;
	width: 100%;
	height:	55px;
	background-image:url(/mobihand/gfx/top_bar.jpg);
}

.banner {
	top: 0px;
	width: 751px;
	height:	38px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	background: white;
	padding: 8px;
}

.main {
	top: 63px;
	width: 751px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	background: white;
	padding: 8px;
	border: 1px solid #D0D0D0; 
}

.footer {
	color:	#ffffff;
	margin-top:		16px;
	clear:			both;
	padding:		8px;
	font-size: 11px;
	overflow:		hidden;
	white-space:	nowrap;
	background:		#000000;
}