body {
	font-family: "Lucida Grande", "Lucida Sans", tahoma, verdana, arial, sans-serif;
	font-size: 9pt;
	color: #2E2626;
	line-height: 13pt;
}

/* global styles */

a {
	color: #2E2626;
	border-bottom: 1px dashed #95C2C0;
	text-decoration: none;
}
a:hover {
	color: #2E2626;
	border-bottom: 1px dashed #95C2C0;
	background-color: #FFFEDF;
	text-decoration: none;
}

span.codedirection { 
	unicode-bidi: bidi-override; 
	direction: rtl; 
}
#line {
	width: 100%; 
	height: 10px; 
	background-color: #4a3a3a; 
	margin-top: 0px;
	position: absolute; 
	top: 0px; 
	left: 0px;
}
#logo {
	margin-top: 40px;
	margin-bottom: 40px;
}

#contact {
	width: 960px;

}
.contactform {
	width: 280px;
	text-align: left;
	margin-bottom: 20px;
}
.intro {
	width: 272px;
	text-align: left;
	margin-bottom: 40px;
}
.contactform input {
	width: 260px; 
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px dashed #888888;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}
.contactform textarea {
	width: 260px; 
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px dashed #888888;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}
input.button {
	width: 75px; 
	background-color: #4a3a3a; 
	font-family: "Courier New", Courier, monospace;
	color: #fff;
	font-size: 9pt; 
	cursor: pointer;
	border: 1px solid #4a3a3a;
	padding: 3px;
	margin-top: 5px;
}