body
{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	cursor: default;
}

#main
{
	position: static;
	width: 480px;
	padding: 50px;
	margin: auto;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	cursor: default;
}

a:link,
a:visited
{
	color: #0066cc;
}

a:hover,
a:active
{
	color: #ff9900;
}

table
{
	border-collapse: collapse;
}

form
{
	margin: 0px;
}

textarea
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

img
{
	border: 0px;
}

h1
{
	margin: 1em 0em 1em 0em;
	padding: 0px 6px 3px 6px;
	border-bottom: 1px dotted #999999;
	font-size: 11pt;
	font-weight: bold;
	color: #336699;
}

h2
{
	margin: 1em 0em 1em 0em;
	padding: 0px 6px 3px 6px;
	font-size: 10pt;
	font-weight: bold;
	color: #cc6633;
}

table.list
{
	width: 100%;
}

table.list th
{
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

table.list td
{
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

table.list td img
{
	margin: 6px 0px 4px 0px;
}

table.list thead th
{
	padding: 4px 8px 4px 8px;
	background-color: #bbd9ee; 
	font-size: 10pt; 
	font-weight: bold;
	color: #224055;
	text-align: left;
}

table.list thead td
{
	padding: 2px 8px 2px 8px;
	background-color: #dddddd;
	color: #666666;
	text-align: left;
	vertical-align: top;
}

table.list tbody th
{
	width: 150px;
	padding: 2px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

table.list tbody td
{
	padding: 2px 8px 2px 8px;
	background-color: #fff6bf;
	color: #666666;
	text-align: left;
	vertical-align: top;
}

table.list tfoot th
{
	padding: 4px;
	background-color: #bbd9ee; 
	font-size: 10pt; 
	font-weight: bold;
	color: #224055;
	text-align: right;
}

.ast
{
	font-weight: bold;
	color: #ff3333;
	font-size:16px;
}

.astf
{
	font-weight: bold;
	color: #ff3333;
}
