@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C8A06E;
	text-decoration: none;
	color: #000;
}
.date {
	color: #600;
	text-align: right;
}
.slogan {
	color: #000;
	text-align: right;
}
.bold_cranberry {
	color: #640000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.bold_red {
	color: #F00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.bold_green {
	color: #006B33;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.bold_blue {
	color: #036;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.title {
	color: #036;
	font-size: large;
	font-weight: bold;
}
.title2 {
	color: #000;
	font-size: large;
	font-weight: bold;
}
.websitescontent {
	width: 550px;
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
}
.cell_shell {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #C8A06E;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	background-color: #C8A06E;
}
.general:link {
	text-decoration: none;
	color: #F00;
	background-color:#FFF;
}
.general:visited {
	text-decoration: none;
	color: #F00;
	background-color:#FFF;
}
.general:hover {
	text-decoration: underline;
	color: #036;
	background-color:#FFF;
}
.general:active {
	text-decoration: underline;
	background-color:#FFF;
}
.clientfiles:link {
	text-decoration: none;
	color: #036;
	background-color: #C8A06E;
}
.clientfiles:visited {
	text-decoration: none;
	color: #036;
	background-color: #C8A06E;
}
.clientfiles:hover {
	text-decoration: underline;
	color: #F00;
	background-color: #C8A06E;
}
.clientfiles:active {
	text-decoration: underline;
	color: #F00;
	background-color: #C8A06E;
}
.caption:link {
	text-decoration: none;
	color: #000;
}
.caption:visited {
	text-decoration: none;
	color: #000;
}
.caption:hover {
	text-decoration: none;
	color: #FFF;
	background-color:#F00
}
.caption:active {
	text-decoration: none;
	color: #000;
}
.bannerad:link {
	text-decoration: underline;
	color: #036;
}
.bannerad:visited {
	text-decoration: underline;
	color: #036;
}
.bannerad:hover {
	text-decoration: underline;
	color: #F00;
}
.bannerad:active {
	text-decoration: underline;
	color: #036;
}
.menu {
	text-align: center;
	color: #F00;
}
.footer {
	padding: 5px;
	width: 780px;
	color: #000;
}
.bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.inset_table {
	background-color: #FFEBC8;
}
.inset_tablebold {
	background-color: #FFEBC8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.cell_bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.single_cell_content {
	background-color: #FFF;
	padding: 5px;
	margin: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.scroll_style {
	width:140px;
	height:450px;
	background-color: #C8A06E;
	overflow:hidden;
	padding: 1px;
}
.caption {
	color: #FFF;
}
.lyrics {
	color: #FFF;
}
.instruction {
	color: #F00;
	font-weight: bold;
	background-color: #FFF;
}
.formfieldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	background-color: #FFE6C8;
	text-decoration: none;
}
.formcancelbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #F00;
	text-decoration: none;
	border-color: #000;
	outline-style: outset;
	outline-width: thin;
}
.formsubmitbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #006B33;
	text-decoration: none;
	border-color: #000;
	outline-style: outset;
	outline-width: thin;
}
