@charset "utf-8";
/* Main Styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div,td,th {
	color: #666666;
	line-height: 16px;
	font-weight: normal;
	
}
h1 {
	font-size: 1.3em;
	color: #065dad;
	line-height: 1.5em;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.3em;
	color: #065dad;
	line-height: 1.6em;

}
h3 {
	font-size: 1.1em;
	color: #065dad;
	line-height: 1.1em;
}
p {
	margin-bottom: 14px;
}

a {
	font-size: 1em;
	color: #065dad;
	outline:none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
.active {
	font-weight:bold;
}
ul, ol {
	margin-left: 20px;
}
li {
	margin-bottom: 1.5em;
}

.sl {
	width:250px;
	float: left;
}
.sr {
	width:250px;
	float: right;
	clear:both;
}
.right {
	float: right;
}
.mail {unicode-bidi:bidi-override; direction: rtl;}
