html{
	scrollbar-base-color: #721700;
	scrollbar-arrow-color: #e4b565;
}

body{
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

table.maintable{
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	background-color: #721700;
}

table.centertable{
	border-left-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;	
	background-color: #e4b565;
}

td.bottom_bordered{
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

td.right_bordered{
	border-right-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;	
}

td.bottom_menu_cell{
	background-color: #a36900;
	vertical-align: middle;
}

td.bottom_menu_cell a:link,
td.bottom_menu_cell a:active,
td.bottom_menu_cell a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

td.bottom_menu_cell a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

td.content_frame{
	background-color: #a36900;
}

td.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #000000;
	vertical-align: top;
	padding-top: 45px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 29px;
	
}

td.mainmenuitem{
	text-align: right;
	vertical-align:top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 7px;
}

td.mainmenuitem a:link,
td.mainmenuitem a:active,
td.mainmenuitem a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

td.mainmenuitem a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #721700;
	text-decoration: none;
}