﻿body {
	margin:0;
	font-family: Tahoma;
	font-size: 10pt;
	direction: rtl;	
}

#Wrapper {
	width: 800px;
	margin: 0px auto;
}

#Header {
	width: 800px;
	height: 100px;
	background-image: url('images/123.jpg');
	background-repeat: no-repeat;
}

#Container {
	width: 700px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 10px;
}

.Title {
	background-image: url('images/1231.gif');
	background-repeat: no-repeat;
	width: 187px;
	height: 37px;
	padding-top: 6px;
	font-family: Verdana;
	font-size: 14pt;
	color: white;
	text-align: center;
}

#Sign {
	background-image: url('images/porseman.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 100px;
	padding-top: 105px;
	float: left;
	color:gray;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

p {
	
	font-family: Tahoma;
	line-height: 150%;
	font-size: 10pt;
	color: black;
	text-align: justify;
}
.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #808080;
	border: thin dashed #808080;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.btn {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	background-color: #E6FFFF;
	border: 1px solid #808080;
	height: 25px;
}

a {
	
	text-decoration: none;
	color: green;
}

a:hover {
	color: teal;
}

