/* CSS document style.css */
/* Copyright (c) 2006 Sven Paulsen */

html {
	height: 100%;
}

body {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #5584CC;
	height: 100%;
	margin: 0px;
}

table.main {
	border-collapse: collapse;
	height: 100%;
	width: 100%;
	border: 0px;
	vertical-align: middle;
}
