body{
	font: 78.5%/1.6em tahoma;
	cursor: default;
}

td#topbar{
	text-align: left;
	direction: rtl;
	font-size: 8pt;
	padding-bottom: 5px;
}

td#topbuttons{
	text-align: right;
	direction: rtl;
	font-size: 8pt;
	padding-bottom: 5px;
}

td#banner{
	background: url('../images/banner.png') no-repeat center center;
	height: 100px;
}

td#minibar{
	background: url('../images/minibar.png') no-repeat center center;
	height: 30px;
	font-size: 11px;
	text-align: center;
	padding-bottom: 2px;
}

td#minibar a{
	text-decoration: none;
	color: black;
}

td#minibar a:hover{
	color: #191919;
	text-decoration: underline;
}

td#copyright{
	direction: ltr;
	text-align: center;
	font-size: 11px;
}

table#content td#top{
	height: 10px;
	background: url('../images/body_top.png') no-repeat;
}

table#content td#middle{
	background: url('../images/body_middle.png') repeat-y;
	font-size: 11px;
	direction: rtl;
	padding: 15px;
}

table#content td#bottom{
	height: 10px;
	background: url('../images/body_bottom.png') no-repeat;
}