@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	font-size:12px;
	color:#123f98;
	text-decoration: underline;
	font-weight:bold;
}

a:hover, a:active {
	font-size:12px;
	color:#123f98;
	text-decoration: none;
	font-weight:bold;
}

#menu a:link, #menu a:visited {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

#menu a:hover, #menu a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.copyright a:link, .copyright a:visited {
	font-size:11px;
	color:#405684;
	text-decoration:underline;
	font-weight:normal;
}

.copyright a:hover, .copyright a:active {
	font-size:11px;
	color:#405684;
	text-decoration:none;
	font-weight:normal;
}

.submenu a:link, .submenu a:visited {
	color:#FFFFFF;
	font-size:11px;
	text-decoration: underline;
	font-weight:bold;
}

.submenu a:hover, .submenu a:active {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

.dday:link, .dday:visited {
	font-size:18px;
	color: #259d00;
	text-decoration:underline;
}

.dday:hover, .dday:active {
	font-size:18px;
	color: #259d00;
	text-decoration:none;
}

/* london consult */
.consultblock:link, .consultblock:visited {
	width:342px;
	background-color:#1f8300;
	padding:8px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;	
	text-align:center;
	font-weight:normal;
}

.consultblock:hover, .consultblock:active {
	width:342px;
	background-color:#259d00;
	padding:8px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;	
	text-align:center;
	font-weight:normal;
}


.consultblock_budapest:link, .consultblock_budapest:visited {
	width:180px;
	background-color:#1f8300;
	padding:14px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;	
	text-align:center;
	font-weight:normal;
	font-size:16px;
}

.consultblock_budapest:hover, .consultblock_budapest:active {
	width:180px;
	background-color:#259d00;
	padding:14px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;	
	text-align:center;
	font-weight:normal;
	font-size:16px;
}

/* treatments */

.treathead a:link, .treathead a:visited, .treathead a:hover, .treathead a:active {
		color:#FFF;
}

/* disable link style */
.offlink {
	text-decoration:none !important;
	font-weight:normal !important;
	color:#000 !important;
}