.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #92221e;
	border-right-color: #92221e;
	border-bottom-color: #92221e;
	border-left-color: #92221e;
	border-left-style: solid;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 20px;

}
.borderAll {
	border: 1px solid #92221E;
}
.borderLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #92221E;
	border-right-color: #92221E;
	border-bottom-color: #92221E;
	border-left-color: #92221E;
}
.bullets {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	list-style-image: url(graphics/arrow.gif);
}
.borderTopBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #92221e;
	border-right-color: #92221e;
	border-bottom-color: #92221e;
	border-left-color: #92221e;

}
.texten {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 20px;

}
.bulletEN {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	list-style-image: url(../graphics/ARROW_en.gif);
}
.borderRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #92221e;
	border-right-color: #92221e;
	border-bottom-color: #92221e;
	border-left-color: #92221e;

}
.picBorder {
	border: 1px solid #00CC00;
}
a {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.textbox {
	background-color: #F4FFFD;
	border: 1px solid #333333;
}
.btn {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #FF6600;
	border: 1px groove #333333;
}
.borderBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #92111e;
	border-right-color: #92111e;
	border-bottom-color: #92111e;
	border-left-color: #92111e;
	border-top-style: solid;

}
.bold
{
    font-weight:bold;
}

