body
	{
	background: #A29E9E url(esp_bg.png) repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
a:link
	{
	color: #000; text-decoration:none;
	}
a:active
	{
	color: #000; text-decoration:none;
	}
a:visited
	{
	color: #000; text-decoration:none;
	}
a:hover
	{
	color: #666666; text-decoration: underline;
	}
#leftstuff
	{
	margin-right: 10;
	text-align: right;
	font-size: 10pt;
	vertical-align: text-top;
	}
#rightstuff
	{
	margin-left: 10;
	text-align: left;
	font-size: 10pt;
	vertical-align: text-top;
	}
#cafeheader
	{
	font-size: 14pt;
	font-weight: bold;
	}
#enter
	{
	font-size: 12pt;
	font-weight: bold;
	}
#topAlign
	{
	vertical-align: text-top;
	}