body {
	padding-left: 16em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: #000000;
	}
h1	{
	font-family: Halvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	}

ul.navbar {
	position: absolute;
	list-style-type: none;
	top: 11em;
	left: 0.5em;
	width: 12em;
	margin: 0.1em 1px;
	padding: 0.2em;
	background: purple;
	border-left: 1em solid yellow
	}
ul.navbar a {
	color: yellow;
	}

div.main_body	{
	width: 100%;
	height: 80%;
	overflow:Auto
	}
img.title_logo {
	position: absolute;
	top: 0.5em;
	left: 2em;
	width: 10em;
	height: 10em;
	}
img.footer_logo {
	position: absolute;
	bottom: 0.5em
	}

table.lbacontacts	{
	background: #444444;
	width:1300px 
	}

table.lbacontacts tr.lbahead	{
	background: #AAAAAA;
	color: Black;
	}

table.lbacontacts tr.lbalist2	{
	background: #666666;
	}


table.lbalist	{
	background: #444444;
	}

table.lbalist tr.lbahead	{
	background: #AAAAAA;
	color: Black;
	}

table.lbalist tr.lbalist1	{
	background: #444444;
	}

table.lbalist tr.lbalist2	{
	background: #666666;
	}
table.lbalist td.lbaclash	{
	background: #000000;
	color: Red;
	}
table.lbalist td.lbaRed	{
	background: #FF0000;
	color: Red;
	}
table.lbalist td.lbaYellow {
	background: #FFFF00;
	color: Black;
	}
table.lbalist td.lbaGreen	{
	background: #00FF00;
	color: Red;
	}
table.lbalist td.lbaBlack	{
	background: #000000;
	color: White;
	}

a
	{
	text-decoration: none;
	color: yellow;
	}