
#content p,#content li,#content dl{font-family : Verdana, Arial, Helvetica, sans-serif;font-size:10px;line-height:1.1em;margin-bottom:0.7em;text-align:left}

.td {
	font-size: 10px;
	font-family: Verdana;
	}
.style1 {
	font-size: 10px;
	font-family: Verdana,Arial;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	}
.style2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana,Arial;
	}
.style12 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Arial;
	}
	
input {
	font-size: 10px ;
	font-family: verdana,arial,serif;
	padding:0px;
} 

textarea {
	font-size: 10px ;
	font-family: verdana,arial,serif;
	padding:0px;
} 

select {
	font: 10px verdana,arial,serif;
	padding:0px;
} 
table.meal {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.meal td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	
	-moz-border-radius: 0px 0px 0px 0px;
}
table.meal th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	
	-moz-border-radius: 0px 0px 0px 0px;
}

body {
	margin : 10px;
	font-family: Verdana, Helvetica, Arial;
	padding: 0px;
	background: #fff;
}

#menu {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#menu a:link, 
#menu a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;  
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#menu a:hover	{
	color : #f00;
}

 #menu ul a:hover {
	color : #f00 !important;
}

#contents {
	background : #fff;
	border : 1px solid #ccc;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
}


@media print
{
    .page-break { display:block; page-break-before:always; }
}
