body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

pre
{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	width: 100%;
}

#header
{
	background-color: #fc0;
	border-bottom: 3px solid #000;
	padding: 5px;
	margin: 0;
	text-align: center;
}

#content
{
	margin: 0 10%;
}

#footer
{
	/*background-color: #fc0;*/
	background: #fc0 url(../images/round.gif) repeat-x bottom;
	padding: 5px;
	margin: 0;
	text-align: center;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	margin-top: 15px;
}

h1 { border-bottom: 1px solid #000; }

table.data { border-collapse: collapse; }

table.data th, table.data td
{
	border: 1px solid #000;
	padding: 5px;
}

table.data th { background-color: #eee; text-align: center; }

td.noright, th.noright
{
	border-right: 0;
}

td.noleft, th.noleft
{
	border-right: 0;
}

td { background-color: #fff; }

.center { text-align: center; }
.right { text-align: right; }

div.center { text-align: center; }
div.center table { margin: auto; text-align: left; }

ul.plain
{
	margin: 0;
	padding: 0;
}
ul.plain li { list-style: none; text-align: center; }


p.error
{
	color: #f00;
}

#topbar
{
	border-bottom: 3px solid #000;
	padding: 0 10%;
	background: #fc0 url(../images/round.gif) repeat-x bottom;
}

#topbar ul
{
	margin: 0;
	padding: 0;
}

#topbar ul li
{
	list-style: none;
}

#topbar ul a
{
	display: block;
	padding: 4px 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#topbar ul a:hover
{
	background-color: #fa3;
}

#topbar ul.left li
{
	float: left;
}

#topbar ul.right li
{
	float: right;
}

#topbar ul.left li.first a
{
	border-left: 1px solid #000;
}

#topbar ul.right li.first a
{
	border-right: 1px solid #000;
}

#topbar ul.left a
{
	border-right: 1px solid #000;
}

#topbar ul.right a
{
	border-left: 1px solid #000;
}

img.right
{
	float: right;
}
