body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
	background: #ffffffff url(index-back.gif);
}

a:link{
	text-decoration:none;
	color: #008040;
}
a:visited{
	text-decoration:none;
	color: #0000ff;
}
a:active{
	text-decoration:none;
}
a:hover{
	color:#ff0000;text-decoration:underline
}

table{
	font-size: 13pt;
}

#main{
	width: 990px;
	background: #ffffff;
}

#left{
	text-align: left;
	float: left;
	width: 728px;
	font-size: 16px;
	color: #000000;
	background: #ffffff;
}


#right{
	text-align: right;
	float: right;
	width: 262px;
	color: #000000;
	background: #ffffff;
}


