body{
	background-color:rgb(2,69,95);
	color:rgb(255,255,255);
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

a:hover {
	text-decoration:none;
}
a {
	color:rgb(255,255,255);
	text-decoration:underline;
}

table{
	background-color:rgb(0,42,56);
	border-style:solid;
	border-color:rgb(2,69,95);
	border-width:1px;
}

tr{
	background-color:rgb(0,42,56);
	border-style:solid;
	border-color:rgb(2,69,95);
	border-width:1px;
}

td{
	background-color:rgb(0,42,56);
	border-style:solid;
	border-color:rgb(2,69,95);
	border-width:1px;
	padding:1px;
}

td.reserved{
	text-align:center;
}

td.client_login{
	text-align:right;
}

div.selection{
	width:340px;
	position:absolute;
	left:50%;
	margin-left:-170px;
}

div.logo{
	width:100%;
}

img.icon{
	width:150px;
	float:left;
	border-width:0px;
	margin:10px;
}
