﻿html, body {
	font: normal normal normal 11px/normal Tahoma;
	text-decoration: none;
	text-transform: none;
	color: #cf5c71;
	background-color: #fff6f7;
	margin: 0;
	padding: 0px;
	text-align: center;
}
label {
	text-align: center;
}
img {
	border: 0px;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #f36b84;
	text-align: center;
}
a:hover {
	color: #c2354f;
	text-decoration: none;
}
ul, li {
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline-color: invert;
	outline-style: none;
	outline-width: 0px;
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	list-style: none;
	vertical-align: baseline;
}
h1, h2, h3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #cf5c71;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h4 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.cen {
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: 0px;
	direction: rtl;
}
.cen-body {
	vertical-align: top;
	text-decoration: none;
	text-align: center;

}
.menulink {
	width: 135px;
	text-align: center;
	display: block;
	
}
.menulink li{
	 padding:2px;
}
.menulink a {
	background-image: url('vbdayh-menubuta.png');
	height: 30px;
	width: 135px;
	text-align: center;
	display: block;
}
.menulink a:hover {
	background-image: url('vbdayh-menubuthover.png');
	height: 30px;
	width: 135px;
	text-align: center;
	color: #cb6e7d;
}
.td1 {
	background-image:url('td1.png');
	color:#FFFFFF;
	text-align:center;
	height:26px;
	font-weight:bold;

}
.link ul{
	position:relative;
	margin:0px;
	padding:0px;
}
.link li {
	display:inline;

}
.link li a{
	background:url(td1.png);
	color:#FFF;
	padding:5px 20px;
	border-right:6px #c96274 solid;
}
.link li a:hover {
	border-right:6px #bc5667 solid;
	background:#c96274;
 
}