body {
	padding: 0;
	margin:0px;
	background-color: #89A286;

}

table.one {
	table-layout:fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}
a.white:link {color: #ffffff; font-weight: bold; text-decoration: none; text-transform: uppercase; font-family: arial; font-size: 11; }
a.white:active {color: #ffffff; font-weight: bold; text-decoration: none; text-transform: uppercase; font-family: arial; font-size: 11; }
a.white:visited {color: #ffffff; font-weight: bold; text-decoration: none; text-transform: uppercase; font-family: arial; font-size: 11; }
a.white:hover {color: #ffffff; font-weight: bolder; text-decoration: none; text-transform: uppercase; font-family: arial; font-size: 11; }

a.black:link {color: #000000; font-weight: bold; text-decoration: underline; }
a.black:active {color: #000000; font-weight: bold; text-decoration: underline; }
a.black:visited {color: #000000; font-weight: bold; text-decoration: underline; }
a.black:hover {color: #000000; font-weight: bolder; text-decoration: underline;}

input
{
background: white;
border: 1px solid #aaaaaa;
font-weight: bold; 
font-size: 11px;
font-family: arial;
color: #000000;
}

.l1, .l2 {
font-family: arial, verdana;
color: #000000;
}
.l1 { font-size: 10px; }
.l2 { font-size: 16px;
font-weight: bold;}

#internal {
    width: 180px;
    height: 160px;
    background: none transparent;
    overflow: auto;
}

.floatimgleft {
float:left;
margin-right:10px;
margin-bottom:5px;
}

.floatimgright {
float:right;
margin-left:10px;
margin-bottom:5px;
}