body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

body.framebody
{
	background-image: none;
}

body.rcol
{
	background-color: #ffffff;
	background-image: none;
}

table.headerBkgd
{
	background-image: url(img/headerBkgd.jpg);
	background-repeat: no-repeat;
}

table.bkgd_artists {
/* light blue */
	background-color: #EFEFD7;
}

tr.alt
{
	background-color: #D3AC41;
}

td.div
{
	background-color: #D3AC41;
	height: 5px;
}

td.rcol_div
{
	background-color: #D0A735;
	height: 1px;
}

td.framediv
{
	background-color: #EDEFD7;
	height: 1px;
}

td.feature
{
	background-color: #EFEFD7;
}

td.rcol_copy
{
	padding: 5px;
}

a:link
{
	color: #89270C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #ffb102;
}

a:visited {
	color: #333333;
	text-decoration: none;
 }

a:active { color: #000000; }

select
{
	color: #3366cc;
	background-color: #d6e0f5;
}

/* input */
/* { */
/* 	color: #3366cc; */
/* 	background-color: #ffdd8f; */
/* 	border-color: #d6e0f5; */
/* } */
/*  */
.button
{
	background-color: #d6e0f5;
}


.caption { font-style: italic; }
