/* CSS Document */
body	{	margin:0;	padding:0;	background-color:#369;	color:#000;	font:14px tahoma, sans-serif;	text-align:center; }

.top	{	color:#fff;	align:center;	height:100px; border-bottom:3px double gray; }

.middle	{	text-align:left;	margin:0 auto;	width:760px;	padding:0em;	color:#FFF;	overflow:none; }

.bottom	{	background-color:#000;	color:#FFF; }

a 		{	font-weight:bold;	color:#fff;	text-decoration:none; }

a:hover	{ 	text-decoration:underline; }

table 	{	background-color:#376E96;	color:#FFF;	font:14px Tahoma; }

h1		{ font-size:24px; font-weight:100;	text-align:center;	padding-top:20px;	}