body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #04B4AE;
}
a.menuLeft {
	color: #04B4AE;
}

div.legalese {
	font-size: small;
}

h2 {
	color: #04B4AE;
}

table.border {
	border-collapse: collapse;
}
table.header { 
	width="100%";
	background-color: #04B4AE;
	border-collapse: collapse;
	border-style: none;
	color: white;
}

td { 
	vertical-align: top;
	padding: 5px
}
td.bold { font-weight: bold }
td.header {
	background-color: #04B4AE;
	width: 100%;
}
td.headerHeader {
	font-size: x-large;
}
td.headerSubLeft { }
td.headerSubRight {
	text-align: right;
}
td.leftBorder { width: 100px; }
td.rightBorder { width: 100px; }

tr.borderOdd { background-color: #A9F5F2; }
tr.headerBottom { background-color: white; }
