body,table,tr,td,div,ul,li,p,h2,h3 {
	color: #000;
	font-size: 12px;
	font-family: tahoma, trebuchet, arial, sans-serif;
	}

a:link { color: #9d0428; }
a:visited { color: #9d0428; }
a:hover { color: #802118; text-decoration: none; }
a:active { color: #802118; text-decoration: none; }

a.footer:link { color: #fff; text-decoration: none; }
a.footer:visited { color: #fff; text-decoration: none; }
a.footer:hover { color: #BCBCC1; text-decoration: underline; }
a.footer:active { color: #BCBCC1; text-decoration: underline; }

h2 {
	color: #2E4675;
	font-size: 16px;
	font-weight: normal;
	}

h3 {
	color: #2E4675;
	font-size: 14px;
	font-weight: normal;
	}

hr {
	width: 90%;
	height: 1px;
	background-color: #BCBCC1;
	border: none;
	}

th {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	}

td {
	color: #333;
	font-size: 11px;
	padding: 1px;
	}



.indent { padding: 3px 21px 8px 13px; }

.title {
	font-size: 18px;
	color: #802118;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 2px;
	}

.main {
	font-family: trebuchet, sans-serif;
	font-size: 14px;
	color: #802118;
	font-weight: bold;
	}

.sub {
	font-family: trebuchet, sans-serif;
	font-size: 12px;
	color: #2E4675;
	}

.small { font-size: x-small; }

.photo_left {
	float: left;
	margin: 0 21px 13px 0;
	text-align: center;
	}

.photo_right {
	float: right;
	margin: 0 13px 13px 21px;
	text-align: center;
	}



table.filled {
	border: 1px solid #eee;
	text-align: left;
	}

table.filled th {
	background-color: #BCBCC1;
	color: #802118;
	font-size: 12px;
	}

table.filled td {
	background-color: #eee;
	color: #2E4675;
	font-size: 11px;
	padding: 1px;
	}

table.filled td.blank { background-color: transparent; }



table.hours {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 11px;
	text-align: center;
	}

table.hours td {
	background-color: #eee;
	color: #000;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}

table.hours td.date {
	background-color: #ccc;
	color: #2E4675;
	font-weight: bold;
	}

table.hours td.meal {
	background-color: #2E4675;
	color: #fff;
	}



table.menu {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 11px;
	text-align: center;
	}

table.menu td {
	background-color: #eee;
	color: #000;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}

table.menu td.location {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	}

table.menu td.date {
	background-color: #ccc;
	color: #2E4675;
	font-weight: bold;
	}

table.menu td.format {
	background-color: #802118;
	color: #fff;
	border-bottom: none;
	}

table.menu td.meal {
	background-color: #2E4675;
	color: #fff;
	border-bottom: none;
	}

table.menu td.divider_location {
	background-color: #000;
	height: 3px;
	}

table.menu td.divider {	background-color: #ccc; }

table td.blank { background-color: transparent; }



table.events {
	background-color: #fff;
	border: 1px solid #eee;
	font-family: arial, sans-serif;
	text-align: center;
	}

table.events td.month {
	padding: 1px;
	background-color: #BCBCC1;
	color: #802118;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
	}

table.events td.date {
	width: 123px;
	padding: 1px;
	background-color: #BCBCC1;
	color: #2E4675;
	font-size: 11px;
	text-align: center;
	}

table.events td {
	padding: 1px 1px 1px 13px;
	background-color: #eee;
	color: #2E4675;
	font-size: 11px;
	text-align: left;
	}
