body
{
	/*background-color: #9999CC;*/
	background-color: #942829;
	margin-top: 10;
	margin-bottom: 10;
	
	scrollbar-arrow-color: #FECE9E;
    scrollbar-base-color: #530100;
    /*
    scrollbar-dark-shadow-color: #1D50AC;
    scrollbar-track-color: #2559AF;
	*/
    scrollbar-face-color: #930003;
    scrollbar-shadow-color: #5a0100;
    scrollbar-highlight-color: #ad5e48;
    /*
    scrollbar-3d-light-color: #FFCC66;
	*/
}

table
{
	border-style: none;
	border-width: 0;
	border-color: #942829;
}

a
{
	text-decoration: none;
	color: #942829;
}

a:hover
{
   color: #FF0000;
}


.headerHigh
{
	background-color: #942829;
	margin-top: 0;
	margin-bottom: 0;
	border-style: none;
	border-width: 0;
}

.headerLow
{
	background-image: url(img/tblbck.png);
	margin-top: 0;
	margin-bottom: 0;
	border-style: none;
	border-width: 0;
	border-top-style: none;
	border-bottom-style: none;
}

.menuitem
{
	height: 25;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #942829;
	margin-top: 10;
	text-align: left;
	vertical-align: top;
	border-style: none;
	border-width: 0;
	border-top-style: none;
	border-bottom-style: none;
}

.menuitem_sel
{
	color: #ff0000;
}

.content
{
	font-family: Verdana;
	font-size: 10pt;
	background-image: url(img/tblbck.png);
	margin-top: 0;
	border-style: none;
	border-width: 0;
	border-top-style: none;
	border-bottom-style: none;
}

.content_text
{
	font-family: Verdana;
	font-size: 10pt;
	margin-top: 0;
	border-style: none;
	border-width: 0;
	border-top-style: none;
	border-bottom-style: none;
}

.content_spol
{
	background-image: url(img/tblbck.png);
	font-family: Verdana;
	font-size: 8pt;
	margin-top: 0;
	border-style: none;
	border-width: 0;
	border-top-style: none;
	border-bottom-style: none;
}

.label
{
	font-family: Verdana;
	font-size: 10pt;
	color: #942829;
	text-align:center;
	vertical-align: top;
}

table.debug td
{
	border: dotted 1px red;
	padding:0;
}

table.border td
{
	border-style:solid;
	border-color:#942829;
	border-width:1px;
	border-collapse:collapse;
	padding:0 0 0 0;
	font-size:10pt;
}

