body{
	color: #000000;
	background-color:#669999;
	font-family: verdana, sans-serif;
	
}
a:link{
	color:#FFFFFF;
}
a:visited{
	color: #666666;
}
.tunderline{
border-top: solid 1px #666;
}
.underline{
	border-bottom: solid 1px #333;
	font-weight:bold;
}
.tborder{
	border: solid 1px #000;
	width:100%;border-collapse:collapse;
}
td{

	font-size: .8em;
	}
#left {
position: absolute;
width:  375px;

}
#content {
position: absolute;
left: 375px;
width: 50%;
text-align:center;
overflow: auto;

}

