.topbar {
	background-color: #CC0000;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF3333;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.tableborder {
	border: thin solid #000000;
	background-color: #D3D3D3;

}
.bottomborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.leftborder {
	border-left-style: solid;
}
