﻿a:link, a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: green;
	text-decoration: none;
}
body {
	background-color: white;
	text-align: center;
}
#Main {
	margin-left: auto;
	margin-right: auto;
	direction: rtl;
	width: 600px;
}
#Header {
	background-image: url('http://www.dreamytemplate.com/sites/mytemplate/download_template/header.gif');
	background-repeat: no-repeat;
	color: green;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	height: 32px;
	text-align: center;
}
#Center {
	background-image: url('http://www.dreamytemplate.com/sites/mytemplate/download_template/center.gif');
	background-repeat: repeat-y;
	color: black;
	font-family: Tahoma;
	font-size: 9pt;
	text-align: center;
}
#Footer {
	background-image: url('http://www.dreamytemplate.com/sites/mytemplate/download_template/footer.gif');
	background-repeat: no-repeat;
	color: black;
	font-family: Tahoma;
	font-size: 9pt;
	height: 32px;
	text-align: center;
	direction: ltr;
}
#Adv {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
iframe {
	direction: ltr;
	height: 200px;
	width: 400px;
}
p {
	line-height: 150%;
	margin: 0px 20px 0px 23px;
}
p.TextAlignJustify {
	text-align: justify;
}
hr {
	color: green;
	height: 2px;
	width: 80%;
}