@charset "utf-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

body
{
	font-family: "Trebuchet MS";
	margin-top: 0px;
	font-size: 14px;
}


.small {
	font-size: 12px
}

.title {
	font-size: 18px;
	font-weight: bold;
}

.quote {
	font-size: 22px;
	font-style: italic;
	color: #8A0A07;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:15px;
	margin-bottom:15px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.notes{
	font-family: "Trebuchet MS";
	color:#666666;
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 4px;	
	
	}

.menu
{
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	font-weight:bold;
	
}

.menu A
{
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	font-weight:bold;
}



