/* CSS Document */
HTML, BODY, TD, P{
font-family:Verdana,sans-serif;
font-size:12px;
height:100%;
color: #000000;
}
BODY{
	
	background-color:#ccffcc;
}
.footertxt
{
font-family:Verdana,sans-serif;
font-size:10px;
height:100%;
color: #008080;
}
.rightBorder
{
	border-right: #008C99 solid 1px; 
}
.leftBorder
{
	border-left: #008C99 solid 1px;
}
.bottomBorder
{
	border-bottom: #008C99 solid 1px;
}
.topBorder
{
	border-top: #008C99 solid 1px;
}
.a-nav
{ 
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
#container {
	width: 750px;
	text-align: left;
	margin: 0 auto;
}