body {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
	font-family: Tahoma;
	background-image:url('bg.gif');
	min-width:500px;

}

#flag {
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

#logo {
	padding-top: 50px;
	padding-bottom: 50px;
}

#top {
	width:100%;
	height:74px;
	background-image:url('top_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#top a {
	text-shadow: 1px 1px #cccccc;
	color: #7c7c7c;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	margin: 10px;
}

#top a:hover {
	color: #555555;
}

td {
	text-align: center;
}

#content {
	text-align: left;
	font-size: 12px;
	color: #3b3b3b;
	width:100%;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 30px;
}

#content p {
	margin-left: 20px;
	margin-right: 20px;
}

#content h1 {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	color: #0190d4;
	text-shadow: 1px 1px #cccccc;
}

#content h2 {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	font-size: 15px;
	color: #0190d4;
	text-shadow: 1px 1px #cccccc;
}

#content a {
	font-size: 12px;
	color: #8cc63e;
	text-decoration: none;
}

#content a:hover {
	color: #76a832;
}

#content ul {
	margin-left: 10px;
	margin-right: 20px;
	list-style-type: square;
}

#bottom {
	position:relative;
	width:100%;
	height:65px;
	background-image:url('bottom_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottom_text {
	color: #7c7c7c;
	font-size: 10px;
	letter-spacing:1px;
	padding-top:20px;
}

#bottom a {
	font-size: 11px;
	color: #7c7c7c;
	text-decoration: none;
}

#bottom a:hover {
	color: #555555;
}

.input1 {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #cccccc;
	background-image:url('input_bg.gif');
	width: 200px;
	height: 25px;	
	margin-right: 20px;
}
input {
	margin-bottom: 20px;
}
textarea {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #cccccc;
	background-image:url('top_bg.gif');
	width: 790px;
	height: 74px;
	margin-top: 5px;
	padding-bottom: 20px;
}

acronym {
	cursor: help;
}

.keret {
	margin-top: 10px;
	margin-left: 20px;
	border: 1px solid #cccccc;
}