/* CSS Document */

* { margin: 0; padding: 0; }
body { background: #004161 url(../images/img-bg.png) 50% 0% no-repeat; color: #fff; font-family: Tahoma, Verdana, Arial, Helvetica, san-serif; font-size: 12px; line-height: 16px; }

h1, h2, h3, h4, p, li, td { font-size: 12px; line-height: 16px; margin-bottom: 10px; }
h3 { font-size: 12px; font-weight: bold; margin-bottom: 0; }
	h3 a { text-decoration: none; }

a:link, a:visited { color: #91e620; text-decoration: none; }
a:hover, a:active { color: #68a617; text-decoration: underline; }
	#footer a:link, #footer a:visited { color: #97c8e3; text-decoration: none; }
	#footer a:hover, #footer a:active { color: #fff; text-decoration: underline; }

table { border: none; border-collapse: collapse; }
	table td { background: #004c71; padding: 2px; font-size: 10px; }
		table td.booth { text-align: right; width: 26px; }
		table td.blank { background: none; padding: 0; width: 20px; }
		table td.company { width: 130px; }
		table td.tmp { color: #91e620; }
		table .alt td { background: none; }
	
.image { float: right; margin: 4px 0 4px 10px; }

p.more {  }
	a.more, 
	.more a { background: url(../images/icon-more.gif) 100% 70% no-repeat; padding-right: 16px; }

