td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #feb916;
	font-weight: normal;
	text-decoration: underline;
}
.a_blue {
	color: blue;
	text-decoration: underline;
}

.input_fld {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
	background-color: #ffffff;
	width: 314px;
	border: 0px;
	margin: 5px 0px 0px 5px;
}
.input_top {
	background-image: url('images/bkgr_input_top.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 330px;
}
.input_bottom {
	background-image: url('images/bkgr_input_bottom.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 330px;
	height: 5px;
}
.input_fld_req {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
	background-color: #ffe680; /*gray: #e1e1e1;*/
	width: 314px;
	border: 0px;
	margin: 5px 0px 0px 5px;
}
.input_top_req {
	background-image: url('images/bkgr_input_top_req_yellow.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 330px;
}
.input_bottom_req {
	background-image: url('images/bkgr_input_bottom_req_yellow.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 330px;
	height: 5px;
}
textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
	width: 314px;
	border: 0px;
	margin: 5px 0px 0px 5px;
}

.title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.content_txt {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.content_small_txt {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.error_txt {
	font-weight: bold;
	color: #ff0000;
}
.i_link {
	font-size: 12px;
	font-style: italic;
	color: #6B6B6B;
}

.h3_i_link {
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

.notes {
	font-weight: bold;
	color: #e8aa17;
}

/* Only in the LIVE version! */
DIV.wedont {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 11px;	color: #444; font-weight: bold; padding-top: 15px;}

/* Only in the English version! */
.megjegyzes {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6B6B6B;
}

