html, body, table, tr, td, input, select, textarea {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
}

img {
	border: 0px;
	vertical-align: middle;
}

a {
	color: #036;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.A_MENU {
	color: #69F;
}

a.A_MENU:hover {
	text-decoration: none;
}

li.TICK { list-style-image: url(../images/ICONS/tick.png); }
li.ARROW { list-style-image: url(../images/ICONS/arrow.png); }

h1 {
	font-size: 18px;
	color: #060;
	font-style: italic;
	text-transform: capitalize;
}

h2 {
	font-size: 15px;
	color: #254000;
	font-style: italic;
	text-transform: capitalize;
}

h3 {
	font-size: 13px;
	color: #254000;
	font-style: italic;
	text-transform: capitalize;
}

h5 {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	margin: 0;
	text-transform: capitalize;
}

em {
	font-size: 14px;
}

hr {
	/*border: 1px groove #C8D6A7;*/
	background-image: url(../images/HR.png);
	border: 0px;
	height: 2px;
}

.M_hr {
	border: 1px groove #898F76;
	height: 0px;
}

.M_link {
	color: #69F;
	text-decoration: none;
}

.M_CNT {
	color: #69F;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.EUR {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 13px;
	color: #DE4343;
}

.THUMB {
	background-image:url(../images/bg_img_L.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 117px;
	width: 115px;
	vertical-align: middle;
	text-align: center;
}

.IMG_THUMB {
	height:95px;
	width:95px;
}

.K {
	width: 100px;
	height: 20px;
	font-weight: bold;
	border: 1px solid white;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
}
.KL {
	width: 14px;
	height: 12px;
	vertical-align: middle;
	border: 1px solid black;
}
.MND{
	width: 14px;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 8px;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	color: #D3FF5B;
	text-transform: capitalize;
}

.TR_BG { background-color: #000; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; color: white; }
.TR_BG_REM { background-color: transparent; }