body
{
	background-color: #777777;
	line-height:16px;
}

body, input, select, .button
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
}

.button, .back
{
	color: White;
	background-color: #777777;
}

.back
{
	float: right;
}

h1
{
	color: #BE9D50;
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	color: #6E6F73;
	font-size: 10pt;
	font-weight: bold;
}

div#main
{
	height: 716px;
	margin: auto;
	width: 974px;
	background-color: white;
}

div.error
{
	color: Red;
	padding: 5px;
	background-color: #F7F7F7;
	font-weight: bold;
}

div#hd
{
	height: 100px;
	width: 974px;
}

div#header
{
	float: right;
	height: 100px;
	width: 731px;
}

div#logo
{
	background-color: black;
	float: left;
	height: 100px;
	width: 243px;
}

div#logo img
{
	margin-top: 13px;
}

div#title
{
	background-color: #E6E6E6;
	padding-left: 10px;
	padding-top: 10px;
	height: 55px;
	width: 721px;
	font-family: Verdana;
	font-size: 20px;
}

div#menu
{
	background-color: #E6E6E6;
	height: 35px;
	text-align: left;
	vertical-align: bottom;
	width: 711px;
	padding-left: 10px;
	padding-right: 10px;
}

div#body
{
	background-color: #FFFFFF;
	width: 954px;
	padding: 10px;
}

.label
{
	font-weight: bold;
	color: #262729;
	padding-right: 10px;
	vertical-align: top;
}

table
{
	border-collapse: collapse;
	border: none;
}

div.frame
{
	background-image:url(../img/lightboxBg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	border-color:#EEEEEE #EEEEEE #D6D6D6;
	border-style:solid;
	border-width:1px;
	padding:5px;	
}

td.rule hr
{
	height: 1px;
	color: #BE9D50;
	background-color: #BE9D50;
	border: 0 none;
}

.tableheader
{
	background-color:#BE9D50;
	border-bottom:2px solid #D8BF89;
	border-top:0 none;
	font-weight:bold;
	padding:4px;
	color:White;
}

.tablealt
{
	background-color: #E6E6E6;
}

a
{
	color: #BE9D50;
	font-weight: bold;
	text-decoration: none;
}