html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color:#20201f;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color:#8f8f8e;
}
.menu_cell{
	padding:5px 15px 5px 0px;
}
.submenu_cell{
	padding:3px 15px 5px 0px;
}
.main_box{
	background-color:#f8f8f8;
	background-image:url(images/main_bg_rt.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:490px;
}
.par_txt{
	font-size:11px;
}
.par_txt_ora{
	font-size:11px;
	color:#fe7225;
	font-weight:bold;
}
.footer{
	font-size:10px;
	color:#8f8f8e;
	text-decoration:none;
}
.footer:hover{
	font-size:10px;
	color:#8f8f8e;
	text-decoration:underline;
}

a{
	font-size:11px;
	color:#8f8f8e;
	text-decoration:none;
}
a:hover{
	font-size:11px;
	color:#fe7225;
	text-decoration:underline;
}