body {
	font-family: arial;
	font-size: 8px
}
.InputText {
	height: 19px;
	font-size: 12px
}
.Login {
	color: white;
	font-size: 11px;
	font-weight: bold;
	background-color:#66798b;
	padding: 5 5 5 5;
}

table.outertab {
	text-align:center;
	width:100%;
	height:100%;
	border-style:none;
	padding:0;
}
table.innertab {
	background-color:#748595;
	padding:0;
	border-collapse:collapse;
	border-style:solid;
	border-color:#2c3d4c;
	border-width:2px;
	text-align:center;
}
