* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.default {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
.default-justify { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify; color: #333333}
.list {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; list-style-image: url(bulletin.gif)}
.tiny {  font-family: Arial, Helvetica, sans-serif; font-size: 1px; color: #F9F9F9}

a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

a:hover.no_underline {
	text-decoration: none;
}

.button {
	border: 1px outset;
	background-color: #993300;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.button_light {
	width: 370px;
	border: 1px outset;
	background-color: #E9E6E2;
	color: #333333;
	padding: 4px;
	margin: 5px 0 5px 5px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.title {
	font-weight: bold;
	font-size: 14px;
}

.sub_title {
	font-weight: bold;
	font-size: 12px;

}

.boiler {
	color: #993300;
	font-style: italic;
	font-weight: bold;
	font-size: inherit;
}

.sense {
	font-weight: bold;
	font-size: inherit;
}

input, textarea {
	border: 1px inset;
	margin: 5px;
	background-color: #E9E6E2;
}

a:link#english_version_text
{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:visited#english_version_text
{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:hover#english_version_text
{
	text-decoration: underline;
}

.contact_form {
}
.contact_form table {
	text-align: right;
}
.contact_form td { 
	direction: rtl;
}
.contact_form input {
	width: 250px;
}
.contact_form textarea {
	width: 250px;
	height: 80px;
}
.contact_form .btn {
	width: 80px;
}

.contact_form .purchase_btn {
	width: 100px;
}
.address_line {
	margin: 10px 0 0 0;
	background-color: #E7E7E4;
	padding: 8px;
}

.response {
	font-weight: bold;
}
