body {
	color: #4422AA;
	font-family: tahoma, san-serif;
	background-color: #180005;
	background-image: none;
	background-repeat: repeat;
}

a.menu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.85em;
	background-color: #8866AA;
	padding-left: 4px;
	text-decoration: none;
	vertical-align: center;
	display: block;
	width: 100%;
	height: 100%;
}

a.menu:hover	{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.85em;
	background-color: #AA88CC;
	padding-left: 4px;
	text-decoration: none;
	vertical-align: center;
	display: block;
	width: 100%;
	height: 100%;
}

a.footer {
	text-decoration: underline;
	color: #FFFFFF;
}

a.footer:hover {
	text-decoration: none;
	color: #EEE0FF;
}

a.footer:vlink {
	text-decoration: underline;
	color: #FFFFFF;
}

a.footer:alink {
	text-decoration: underline;
	color: #FF00FF;
}

a {
	text-decoration: underline;
	color: #6633CC;
}

a:hover {
	text-decoration: none;
	color: #4422AA;
}

a:vlink {
	text-decoration: underline;
	color: #6633CC;
}

a:alink {
	text-decoration: underline;
	color: #FF00FF;
}

h1 {
	color: #8866AA;
	font-size: 14pt;
	font-weight: bolder;
}

h2 {
	color: #110077;
	font-size: 11pt;
	font-weight: bold;
}

p {
	color: #000044;
	font-size: 10pt;
	font-family: tahoma;
	text-align: left;
}

span {
	color: #000044;
	font-size: 10pt;
	font-family: tahoma;
	text-align: left;
}

p.menu {
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
}

p.footer {
	color: #FFFFFF;
	font-size: 10pt;
	text-align: center;
}

p.center {
	text-align: center;
}

p.quote {
	text-align: left;
	font-style: italic;
	font-size: 8pt;
	color: #FFEEFF;
}

p.source {
	text-align: right;
	font-size: 8pt;
	color: #110077;
	margin-top: -15px;
}

hr.main {
	color: #4422AA;
	width: 100px;
	height: 1px;
	text-align: center;
	margin-top: -15px;
	margin-bottom: -15px;
}

li {
	color: #110077;
	font-size: 9pt;
	font-weight: bold;
	list-style-image: none;
}

th {
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

td.banner {
	height: 100px;
	text-align: left;
	vertical-align: center;
	color: #FFFFFF;
}

td.top {
	text-align: right;
	vertical-align: center;
}

td.menu {
	height: 500px;
	text-align: center;
	vertical-align: top;
}

td.main {
	height: 500px;
	border: outset 2px #AA88CC;
	background-color: #EFDDFF;
	background-image: url("../images/main_table_background.jpg");
	background-repeat: repeat;
	padding: 14px;
	text-align: left;
	vertical-align: top;
}

td.bottom {
	text-align: center;
	vertical-align: top;
}

table.songofweek {
	padding: 10px;
	border: outset 2px #8866AA;
	background-color: #AA88CC;
	height: 90px;
}

td.songofweekheader {
	color: #FFEEFF;
	font-weight: bold;
	font-size: 10pt;
}

td.songofweekbody {
	color: #0A0020;
	font-size: 8pt;
}

td.menulink {
	height: 30px;
	/*border: outset 2px #AA88CC;*/
	border: solid 1px #180005;
}

input.menu {
	height: 30px;
	width: 110px;
	border: outset 3px #8866AA;
	color: #FFFFFF;
	background-color: #AA88CC;
	font-weight: bold;
}

input.submitbutton {
	border: outset 1px #8866AA;
	color: #FFFFFF;
	background-color: #AA88CC;
	font-weight: bold;
}