﻿
/* ------------------------------------------------------------------- Template ---------------------------------------------------- */

body {
	margin:0;
	font-family:Verdana;
	font-size:10px;
}


img {
	border:0;
}


h4 {
	margin:0px auto 10px auto;
}


#mainTable {
	margin-left:auto;
	margin-right:auto;
	width:773px;
}

.contentArea {
	width:741px;
}

.contentArea a {
	text-decoration:none;
	font-size:15px;
	font-family:tahoma;
}

.linkArea {
	width:31px;
}

.header {
	margin:0;
	padding:0;
}

.mainContent {
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}


.unicodeNote {
	width:500px;
	margin:60px auto 10px auto;
	font-family:tahoma;
	font-size:11px;
	text-align:left;
	color:#000;
}

.unicodeContent {
	width:450px;
	border:1px solid #AAA;
	padding:25px;
	direction:rtl;
	margin:0 auto 30px auto;
	font-family:tahoma;
	font-size:13px;
	line-height:27px;
	text-align:justify;
	background:#EFEFEF;
}


.footer {
	width:770px;
	font-family:tahoma;
	font-size:12px;
	text-align:center;
	line-height:20px;
	padding-bottom:3px;
	color:#FFF;
	background-color:#3F5926;
}

.footer a {
	text-decoration:none;
	color:#FFF;
}



.audioLink {
	font-family:tahoma;
	font-size:16px;
	color:#3F5926;
}


/* ------------------------------------------------------------------- Formating ---------------------------------------------------- */



.grayBack {
	background-color:#666666;
}

.contentArea {
	vertical-align:top;
	background-color:white;

}
.linkArea {
	vertical-align:top;
	background-color: #DFDFDF;
}


.alignCenter {
	margin-left:auto;
	margin-right:auto;
}

.onePixelBlackBorder {
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.Spacer2px {
	line-height:2px;
}



