body {
	background:#aaaaaa;
}

.logo {
	width:65px;
	height:65px;
}

.menubar {
	border-left:2px #ffffff solid;
	border-top:2px #ffffff solid;
	border-right:2px #808080 solid;
	border-bottom:2px #808080 solid;
	padding:0.5em;
	margin-right:1em;
	
	color:black;
	float:left;
	width:15%;
}

.content {
	float:left;
	width:80%;
}

.menuLinks {
	list-style:none;
}

.box {
	border-left:1px #ffffff solid;
	border-top:1px #ffffff solid;
	border-right:1px #808080 solid;
	border-bottom:1px #808080 solid;
	padding:0.5em;
}

a:link {
	color:white;
	text-decoration:none;
	padding:0.1em;
}
a:visited {
	color:white;
	text-decoration:none;
	padding:0.1em;
}

a:hover {
	color:black;
	text-decoration:none;
	padding:0.1em;
}

img {
	max-width:50%;
}

.packageType {
	font-size:18pt;
	font-weight:bold;
}

.package {
	font-size:14pt;
}

td {
	font-size:12pt;
	text-align:center;
	vertical-align:top;
}

th {
	font-size:12pt;
	text-align:center;
	vertical-align:top;
	font-weight:normal;
}