table
{
	border-spacing:1px;
	font-size: 10px;
	background: #E7E7E7;
	color:#666666;
	margin-top: 2px;
	margin-bottom: 10px;
}

table td a:link, table td a:visited
{
	color:#666666;
	text-decoration:none;
}

table td a:hover
{
	color:#993300;
	text-decoration:underline;
}

caption
{	
	border:#666666;
	border-bottom:2px solid #666666;
	text-transform:uppercase;
	padding:5px;
	font:13px 'Verdana', Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	text-align: left;
}
td, th
{
}
thead tr th
{
	padding-top: 4px;
	padding-bottom: 4px;
}
thead th
{
	text-align:left;
	background-color: #F5F5F5;
	color:#666666;
	border:1px solid #ffffff;
	text-transform:uppercase;
}

tbody th
{
	font-weight: normal;
}
tbody tr
{
	BACKGROUND-COLOR: #F9F9F9;
	text-align: left;
}
tbody tr.head th
{
	background-color: #E7E7E7;
	font-weight: bold;
	border: 1px solid #E7E7E7;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;	
}
tbody tr.head td
{
	background-color: #E7E7E7;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}
tbody tr.head td img
{
	padding: 0px;
	margin: 0px;
}
tbody tr.odd
{
	background:#ffffff;
	border-top:1px solid #ffffff;
}
tbody th a:link, tbody th a:visited
{
}
tbody th a:hover
{
	color:#993300;
}

tbody tr td
{
	padding-bottom: 8px;
	padding-top: 8px;
	BACKGROUND-COLOR: #F9F9F9;
	border: 1px solid #ffffff;
}
tbody tr.odd td
{
	background:#ffffff;
	border-top:1px solid #ffffff;
}
tbody tr td img
{
	margin-left: 25px;
}
.RightAlign
{
	text-align: right;
}
.LeftAlign
{
	text-align: left;
}
.CenterAlign
{
	text-align: center;
}
tfoot th, tfoot td
{
	background:url(../images/TableCaption.jpg);
	padding:5px;
	text-align:center;
	font:13px 'Verdana', Arial, Helvetica, sans-serif;
	font-style:italic;
	border-bottom:3px solid #cccccc;
	border-top:1px solid #DFDFDF;
}
.tableSubmit
{
	BACKGROUND: url(../../UI-ST/Img/Button-Orange.gif) transparent no-repeat;
	border-style: none;
	FONT-SIZE: 10px;
	COLOR: #990000;
	cursor: pointer;
	width: 100px;
	height: 22px;
	vertical-align: middle;
	padding-bottom: 1px;
	margin-bottom: 5px;	
}