body {
    font-family: 'Open Sans', Arial, Helvetica;
}
.red-font {
    color: #d30000;
}
A:link {
	color: #d30000;
}
A:visited {
	color: #d30000;
} 
A:hover {
	color: #0058B4;
}
.Standard {
	font-size: 12px;
	color: #000000;
}
.MenuCat {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.CatDesc {
	font-size: 12px;
	color: #000000;
}
.ItemName {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.ItemDesc {
	font-size: 12px;
	color: #000000;
}
.Price {
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
.CatRow {
	background: #F2F2F2;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.LineRow {
	background: #f9f9f9;
    border: solid 1px #e2e2e2;
	padding-left: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 0;
}

.a-btn {
    border-radius: 4px;
    padding: 4px 12px;
    text-decoration: none;
    font-size: 1em;
    white-space: nowrap;
    display: inline-block;
    margin-right: 12px;
}

.btn-red {
    background-color: #d30000;
    border: solid 1px #d30000;
    color: #fff !important;
}
    .btn-red:hover {
        background-color: #000000;
        border: solid 1px #000000;
        color: #fff !important;
    }

.btn-lg {
    font-size: 1.2em;
    padding: 4px 18px;
}


@media print
{    
    .no-print
    {
        display: none !important;
    }
}