body
{
	color: rgb(0, 0, 0); 
	background-color: #F1E1D2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}
body.mainFrame
{
	color: rgb(0, 0, 0); 
	background-color: #F7EEE9;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
#mainDiv
{
	position: relative; 
	text-align: center; 
	margin: auto; 
	border: 2px solid #000000; 
	height: 98%; 
	width: 95%;  
	background: #F1E1D2;
}
#headerDiv
{
	position:relative;
	text-align:left;
	height: 175px;
}
#logo
{
	position: absolute;
	display:inline;
	width: 150px;
	height: 150px;
}
#headline
{
	position: absolute; 
	height: 75px; 
	left: 160px; 
	top: 72px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
#menu
{
	position: absolute; 
	height: 25px; 
	width: 100%; 
	left: 0px; 
	top: 150px;
}
#contentDiv
{
	text-align: center; 
	margin: 1 1 auto;
}
a:link 
{
	text-decoration: none; 
	color: #000000;
}
a:visited 
{
	text-decoration: none; 
	color: #000000;
}
a:active 
{
	text-decoration: none; 
	color: #000000;
}
a:hover 
{
	text-decoration: underline; 
	color: #000099;
}
table.headline
{
	background-color: #E8D0B8;
	border-style: solid;
	border-width: 1px 0px;
	border-color: #000000;
	border-collapse: collapse;
}
table.list
{
	background-color: #E8D0B8;
	border-style: solid;
	border-width: 1px 1px;
	border-color: #000000;
	border-collapse: collapse;
}
tr.simple-text
{
	font-size: 13px;
}
tr.simple-text-bold
{
	font-size: 13px;
	font-weight: bold;
}
tr.headline
{
	text-align: center;
	background-color: #E8D0B8;
	font-weight: bold;
	font-size: 14px;
}
td.menu-headline
{
	text-align: center;
	background-color: #E8D0B8;
	font-weight: bold;
	font-size: 13px;
}
tr.menu-headline
{
	text-align: center;
	background-color: #E8D0B8;
	font-weight: bold;
	font-size: 13px;
}
td.menu-itemline
{
	text-align: center;
	background-color: #F7EEE7;
	font-size: 13px;
	font-weight: bold;
}
tr.menu-itemline
{
	text-align: center;
	background-color: #FFD77A;
}
td.menu-itemline-left
{
	background-color: #F7EEE7;
	font-size: 13px;
}
tr.menu-itemline-left
{
	background-color: #FFD77A;
}
td.image-table
{
	border-style: solid;
	border-width: 5px 5px;
	border-color: #F1E1D2;
	border-collapse: collapse;
}
td.table-headline
{
	text-align: center;
	background-color: #E8D0B8;
	font-weight: bold;
	font-size: 13px;
}
tr.table-headline
{
	text-align: center;
	background-color: #E8D0B8;
	font-weight: bold;
	font-size: 13px;
}
td.table-itemline
{
	text-align: center;
	background-color: #F7EEE7;
	font-size: 13px;
}
tr.table-itemline
{
	text-align: center;
	background-color: #F7EEE7;
	font-size: 13px;
	border-style: solid;
	border-width: 1px 1px;
	border-color: #000000;
	border-collapse: collapse;
}
td.table-itemline-lighted
{
	text-align: center;
	background-color: #C3CC65;
}
tr.table-itemline-lighted
{
	text-align: center;
	background-color: #C3CC65;
}
td.table-itemline-inactive
{
	text-align: center;
	background-color: rgb(255, 204, 51);
}
tr.table-itemline-inactive
{
	text-align: center;
	background-color: rgb(255, 204, 51);
}
td.table-itemline-selected
{
	text-align: center;
	background-color:#999999;
}
tr.table-itemline-selected
{
	text-align: center;
	background-color:#999999;
}
td.table-itemline-left-selected
{
	background-color:#999999;
}
tr.table-itemline-left-selected
{
	background-color:#999999;
}
td.table-itemline-left
{
	background-color: #FFD77A;
}
tr.table-itemline-left
{
	background-color: #FFD77A;
}
td.table-itemline-left-lighted
{
	background-color: #C3CC65;
}
tr.table-itemline-left-lighted
{
	background-color: #C3CC65;
}
td.table-itemline-left-top
{
	background-color: #FFD77A;
	vertical-align:top;
}
tr.table-itemline-left-top
{
	background-color: #FFD77A;
	vertical-align:top;
}