body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	
	/*background-image: url( '../images/background.jpg' );*/
	background-repeat: repeat-x;
	background-color: #A7764A;
}

td
{
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

table.main
{
	background-color: #000000;
}

td.outerline
{
	width: 8px;
	background-image: url( '../images/outerline.gif' );
}

td.innerline
{
	width: 5px;
	background-image: url( '../images/innerline.gif' );
}

td.innercell
{
	background-color: #E2DBC1;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.spacer
{
	background-color: #E2DBC1;
	font-size: 0px;
}

td.menu
{
	color: #3D2008;
	background-color: #E2DBC1;
	padding-left: 16px;
	padding-right: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.menu, a.menu:link, a.menu:visited, a.menu:active
{
	font-size: 11px;
	font-weight: bold;
	color: #3D2008;
	text-decoration: none;
}

a.menu:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #3D2008;
	text-decoration: underline;
}

a.menu-a, a.menu-a:link, a.menu-a:visited, a.menu-a:active, a.menu-a:hover
{
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
	color: #FF3300;
}

td.sep-hor
{
	/*width: 495px;*/
	/*padding-left: 12px;*/
	font-size: 1px;
	background-color: #E2DBC1;
	background-image: url( '../images/sep-hor.gif' );
	background-repeat: repeat-y;
}

table.contenttable
{
	background-color: #E2DBC1;
}

td.content
{
	line-height: 15px;
	color: #5D3A13;
	background-color: #E2DBC1;
}

iframe
{
	border-style: solid;
	border-width: 1px;
	border-color: #BCB09A;
}

td.credits
{
	background-color: #E2DBC1;
	font-size: 9px;
	font-weight: normal;
	color: #5E6964;
	text-decoration: none;
	text-align: center;
}

a, a:link, a:visited, a:active
{
	color: #FF3300;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

a.credits, a.credits:link, a.credits:visited, a.credits:active
{
	color: #5E6964;
	text-decoration: none;
}
a.credits:hover
{
	color: #383E3B;
	text-decoration: none;
}

input, textarea
{
	color: #5E6964;
	background-color: #F5F3EB;
	border-width: 1;
	border-color: #5E6964;
	border-style: solid;
	font-family: Verdana;
	font-size: 11px;
}
