/* CSS Document */

.addressInfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	color: #333333;
	font-weight: bolder;
	kerning: true;
}

.menu_content_header {
    font-family: Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform:capitalize;
	text-align: center;
	color: #CC0000;
	kerning: true;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.menu_content_body_error {
    font-family: Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	color: #CC0000;
	kerning: true;
	margin-left: 10px;
	margin-right: 10px;
}

.menu_content_body {
    font-family: Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	color: #000000;
	kerning: true;
	margin-left: 10px;
	margin-right: 10px;
}

.main_content_body {
    font-family: Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	color: #FFFFFF;
	kerning: true;
	margin-left: 5px;
	margin-right: 5px;
}

.main_content_quote {
    font-family: Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	font-style: italic;
	color: #FFFFFF;
	kerning: true;
	margin-left: 20px;
	margin-right: 20px;
}
.menu_title {
    font-family: Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform:capitalize;
	text-align: center;
	color: #CC0000;
	kerning: true;
}

.menu_footer {
    font-family: Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #333333
	kerning: true;
}

.banquet_costs {
    font-family: Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	kerning: true;
}

.section_title {
    font-family: Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #990000;
	kerning: true;
}

.section_title_caption {
    font-family: Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;	
	text-transform:capitalize;
	color: #333333;
	kerning: true;
}

.item_title {
    font-family:  Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size:    10px;
	font-weight:  bold;
	text-align:   left;
	margin-left:  10px;
	margin-right:  5px;
	color:        #000000;
	kerning:      true;
}

.item_description {
    font-family:  Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size:    10px;
	text-align:   left;
	margin-left:  20px;
	margin-right: 10px;	
	color:        #000000;
	kerning:      true;
}

.item_price {
    font-family:  Maiandra GD, Geneva, Arial, Helvetica, sans-serif;
	font-size:    10px;
	font-weight:  bold;
	text-align:   right;
	margin-left:   5px;	
	margin-right: 10px;	
	color:        #000000;
	kerning:      true;
}

A:link {
	text-decoration: underline;
	color: #FFF
}
A:visited {
	text-decoration: underline;
	color: #CCC
}
A:active {
	text-decoration: underline;
	color: #CCC
}
A:hover {
	text-decoration: underline;
	color: #CF9
}
