html, body{
	margin:0px;
	height:100%;
	font-size:12px;
	font-family:tahoma;
	background-color:#E8E8F4;
}
.main{
	border:1px solid #c0c0c0;
	background-color:#fff;	
}
.footer{
	background-image:url('../images/footer.gif');
	background-repeat:no-repeat;
}

a{
	color:#525BAE;
}

h3
{
	top: 4px;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	letter-spacing: -1px;
	background: url('../images/a22.gif') bottom repeat-x;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

h3 a{
	color:#000;
}

h4
{
	font-size: 16px;
	line-height: 20px;
	color: #000;
	letter-spacing: -1px;
	background: url('../images/a22.gif') bottom repeat-x;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}
.content
{
	padding: 15px 10px 0px 10px;
	margin-bottom: 20px;
	background: url('../images/a33.gif') repeat-x;
	background-position: bottom;
	direction:rtl;
}
.button{
	background-image:url('../images/button.gif');
	background-repeat:repeat-x;
	border-bottom:1px solid #FDBD03;
	height:20px;
	width:80px;
	text-align:center;
	cursor:pointer;
}