/* content.css */

h1, .Heading1 {
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-style:normal;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	margin: 0px 0 10px 0;
	padding:0px;
}

h2, .Heading2 {
	font-family: "Arial", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style:normal;
	line-height: 26px;
	text-decoration: none;
	color: #000000;
	margin: 0px 0 10px 0;
	padding:0px;
}

h3, .Heading3 {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #000000;
	margin: 0px 0 10px 0;
	padding:0px;
}

h4, .Heading4 {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	color: #000000;
	margin: 0px 0 10px 0;
	padding:0px;
}

h5, .Heading5 {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	margin: 0px 0 10px 0;
	padding:0px;
}

h6, .Heading6 {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
	color: #000000;
	margin: 0px 0 10px 0;
	padding:0px;
}

.defaulttext, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	color:#000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height:15px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

p a, .defaulttext a {
	color:#11327F;
	text-decoration:underline;
}

p a:hover, .defaulttext a:hover {
	color:#11327F;
	text-decoration:underline;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	color:#000000;
}


.liquor_table {
	font-family: arial, Sans-Serif;
	background-color: #ffffff;
	border: 1px solid #777777;
	color: #777777;	
}

.liquor_warning_title {
	color: #000000;
	font-family: arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;	
}

.liquor_warning_text {
	font-family: arial, Sans-Serif;
	color: #777777;
	font-size: 12px;
}
