@CHARSET "ISO-8859-1";

html {
	font-size: 100%; /* for IE*/
	height: 100%;
}

* {
	font-family: Helvetica;
}

/*background: #DFEAF7;font-family: Tahoma, Arial, Helvetica, sans-serif; times;courier; cursive;Lucida;*/
body {
	font-size: 14px;
	background: #088A08;
	cursor: auto;
}

span {
	font-size: 12px;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
}

td {
	vertical-align: top;
	word-wrap: break-word;
	overflow: hidden;
	padding:0px;
}

h3{
	text-align:center;
}
.tdhead{
	
	width:100%;
	height:100px;
	background-image: url(header.jpg);
	background-repeat:no-repeat;
	background-position: center;
}


.tdmid {
	padding: 20px;
	min-width: 600px;
	max-width: 600px;
	height:800px;
}

.tdleft {
	background-image: url(tazhib_leftsmall.jpg);
	background-repeat: repeat-y;
	background-position: left;
	min-width: 110px;
	max-width: 110px;
}

.tdright {
	background-image: url(tazhib_rightsmall.jpg);
	background-repeat: repeat-y;
	background-position: right;
	min-width: 110px;
	max-width: 110px;
}

img {
	border: 0;
}