.frontTable {
	background-color: #F1F1F1;
	border-style: solid;
	border-color: #EFAA95;
	display: inline;
	float: right;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 0px;
}
.frontTable td {
	border-style: solid;
	border-color: #EFAA95;
	padding: 2px;
}
.frontImage {
	border: #ED5C2F 1px solid;
	float: right;
	margin-top: 3px;
	margin-left: 15px;
	margin-bottom: 15px;
}
h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #696868;
	font-weight: bold;
}
h2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #F34C0F;
}
h3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #3A3A3A3A;
}
body, p, td, div {
	font-family: Tahoma;
	font-size: 11px;
	color: #3A3A3A;
	text-align: justify;
}
a {
	color: #3A3A3A;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
pre {
	font-family: Tahoma;
	font-size: 10px;
	color: #3A3A3A3A;
}
address {
	font-family: Tahoma;
	font-size: 9px;
	color: #3A3A3A3A;
	text-decoration: italic;
}
hr {
	color: #696868; 
	size: 1px;
	letter-spacing: 2px;
	border-style: dotted;
}
.topMenu
{
	text-align: center; 
	color: #ED5C2F; 
	font-weight: bold; 
	font-size: 11px; 
	letter-spacing: 2px;
	width: 25%;
}
.topMenuA, .topMenuA:active, .topMenuA:visited {
	text-decoration:none;
	color: #ED5C2F; 
}
.topMenuA:hover {
	text-decoration:underline;
}
.menu
{
	text-align: left; 
	padding-left: 10px;
	padding-right: 10px;
	height: 39px; 
	width: 169px; 
	background-image: url(images/menu_item_back.gif); 
	background-position: top; 
	background-repeat: no-repeat; 
	color: #ED4511; 
	font-weight: bold; 
	font-size: 11px; 
	letter-spacing: 1px;
}
.menuA, .menuA:active, .menuA:visited {
	text-decoration:none;
	color: #ED4511; 
}
.menuA:hover {
	text-decoration:underline;
}
.subMenu {
	text-align: left; 
	padding-left: 42px; 
	padding-right: 15px; 
	height: 41px; 
	width: 169px; 
	background-image: url(images/submenu_item_back.gif); 
	background-position: top; 
	background-repeat: no-repeat; 
	color: #787878; 
	font-weight: bold; 
	font-size: 11px;
}
.subMenuA, .subMenuA:active, .subMenuA:visited {
	text-decoration:none;
	color: #787878; 
}
.subMenuA:hover {
	text-decoration:underline;
}
.belepesBox {
	font-family: Tahoma;
	font-size: 10px;
	color: #A0A0A0;
	background-color: #CAD7E7;
	width: 100px;
	height: 16px;
	border: 0px;
	text-align: center;
}
.inputBox {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #606060;
	background-color: #EBEBEB;
	width: 115px;
	height: 16px;
	letter-spacing: 1px;
	border: 1px #ED4511 solid;
}