@charset "utf-8";

a:link {color: #000000; text-decoration:none;}
a:visited {color: #000000;}
a:active {color: #000000;}

.menu_item {
	font-family: aguafina-script;
	font-size: 35px;
	font-style: normal;
	color:#000000;
	line-height: 80px;
	font-weight: 500;
	background-image:url("images/backitem_300.jpg");
	background-repeat: no-repeat;
	text-align: right;
	height: 70px;
	width: 300px;
	padding-left:5px:
	border-style:solid;
	border-color:#FFFFFF;
	border-top-width:10px;
}

p {
	font-family:Verdana, Arial; font-size:12px;
	color:#5E5D5D;
    text-indent: 50px;
}

.info_box{
	padding:10px;
	align-content:center;
	width:310px;
}



th { 
         background: #ffffff;
         text-align: center;
         border-bottom-width: 0px;
}
thead { padding:4px; line-height:25px }
tbody tr:nth-child(even) 
tbody tr:nth-child(odd) {background: #FFFfff}

th{
    border-top-left-radius: 12px; border-top-right-radius: 12px;
}

th {
    border-bottom: 1px solid #444;
    border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;
}

td.pd {border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;}
td.pu {border-top-left-radius: 12px; border-top-right-radius: 12px;}