.menu {
	font-size: 10px;
	vertical-align: middle;
	height: 28px;
	text-decoration: none;
	width: 170px;
	font-weight: normal;
	text-align: left;
	padding: 4px 4px 4px 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	border-bottom-color: #000000;
}
.menu:hover {
	text-decoration: none;
	background-image: url(img/oldalmenu_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left;
}


a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}



.td_top_menu {
	font-size: 11px;
	text-transform: none;
	color: #000000;
	text-align: right;
	vertical-align: middle;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/topmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 35px;
	letter-spacing: 1pt;
	
}
.td_top_menu:hover{
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;

}
.top_menu_a{
	padding-right: 10px;
	color: #000000;
}

.top_menu_a:hover{
	padding-right: 14px;
	text-decoration: none;
	color: #000000;
}

p {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 13px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 3px;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 1px;
	vertical-align: bottom;
}

.td_border{
	border: 1px solid #CCCCCC;
}

