body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
}
.text1 {
	font-size: 14px;
}
.text2 {
	font-size: 12px;
}
.text3 {
	font-size: 16px;
}
.text4 {
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	color: White;
	font-weight: bold;
}
.border1 {
	border: 1px solid White;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: White;
}

table.header {
	min-width: 100%;
	vertical-align: top;
	width: 100%;
	height: 150px;
}
table.main {
	min-width: 80%;
	vertical-align: top;
	width: 90%; /* height: 650px; */
	min-height: 675px;
	height: 100%;
}
table.main2 {
	min-width: 80%;
	vertical-align: top;
	width: 99%; /* height: 650px; */
	min-height: 675px;
	height: 100%;
}
tr.menu {
	max-height: 140px;
	height: 140px;
}

tr.foot {
	background-image: url(images/bgf-1.gif);
}
td.list {
	width: 160px;
}
td.leftcol {
	width: 160px;
	max-width: 190px;
	height: 480px;
	padding: 4px;
	border-right-style: solid;
	border-right-width: .5px;
	border-right-color: #5E5959;
}
td.border {
	padding: 4px;
	border-right-style: solid;
	border-right-width: .5px;
	border-right-color: #5E5959;
}
td.rightcol {
	width: 90%;
	padding: 4px;
}
.linecolor {
	color: #5E5959;
}

a, a:visited {
	color: White;
}
a:hover {
	color: #66FFFF;
}

a.links, a:visited.links {
	color: #FFFF99;
}
.float {
	float : right;
}
.floatrpad {
	float : right;
	padding-right: 200px;
}
.floatl {
	float : left;
}
.floatlpad {
	float: left;
	padding-right: 24px;
}
.fronttext a
{
	text-decoration: none;
	color: #000000;
}
.fronttextcol
{
font-size: 8px;
color: #000000;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF99;
	background: #6699FF;
	padding: 5px;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	background-color: #CC0099;
}
.songs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.wide50
{
width: 70%;
padding-left:100px;
}
#navcontainer
{
	width: 250px;
}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li 
{
padding-left: 15px;
padding-bottom: 5px;
background-image: url(images/arrow_22.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
}
#navlist a{
	text-decoration: none;
}
#navlist a:hover, a:link {
	text-decoration: underline;
}
