body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	color: #504010;
}

.pagetable
{
	width: 100%;
	height: 100%;
}

P, TABLE, TD
{
	font-size: 8pt;
}

H1
{
	font-size: 16pt;
}

H2
{
	font-size: 14pt;
}

H3
{
	font-size: 12pt;
}

H4
{
	font-size: 10pt;
}

.background 
{
	color: #ffffff;
}

.foreground
{
	/* color: #a09060; */
	color: #504010;
}

.tiny
{
	font-size: 7pt;
}

.title 
{
	background-color: #ffffff; 
	color: #ffffff;
}

.menuitem
{
	padding-right: 16px;
	padding-left: 16px;
	color: #504010;
}
.menuover
{
	/*removed for IE7: background-attachment: fixed; */
    background-position:center;
	background-image: url(./images/bk_menu_over.jpg);
	background-repeat: repeat-x;
    cursor:pointer;
	padding-right: 16px;
	padding-left: 16px;
	color: #ffffff;
}

.imagegallery
{
	overflow: auto;
	width: 700px;
	height: 150px; /* see scc.js: _sampleWidth & _sampleHeight */
	background-color: #ffffff;
}

.border
{
	border-right: #504010 1px solid;
	border-top: #504010 1px solid;
	border-left: #504010 1px solid;
	border-bottom: #504010 1px solid;	
}

.imagehanger
{
	z-index: 100;
	left: 0px;
	position: relative;
	top: 0px;
}

INPUT, TEXTAREA
{
	border-right: #504010 1px solid;
	border-top: #504010 1px solid;
	font-size: 8pt;
	border-left: #504010 1px solid;
	color: #504010;
	border-bottom: #504010 1px solid;
	font-family: Verdana, Arial;
}

A
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
}
A:hover
{
	/* background-color: #a09060; background-color: #504010; 	color: #ffffff;
	font-weight:bold; */
	text-decoration: underline;
	
}
A:active
{
	text-decoration: none;
	/* background-color: #f0f0f0; 	background-color: #504010; 	color: #ffffff; */
}
