body, div, em, form, h1, h2, h3,td,tr{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
	margin-top: 0px;
	background-color: #A7CEAF;
	background-image: url(/web.nsf/taust_esi2.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
h1,h2,h3{
	font-weight:bold;
	color: #535953;
}
h1{
	font-size: 12pt;
}
h2{
	font-size: 11pt;
}
h3{
	font-size: 10pt;
}

/*Top menu link*/
a.TM, a:active.TM, a:focus.TM, a:link.TM, a:visited.TM {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F7F4F4;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;	
}
a:hover.TM {
	text-decoration:underline;
}
td{
	font-size: 8pt;
}

/*Top menu normal cell*/
.TMNorm{
	background-color: #33806F;
	border-right: 1px inset #3CA88B;
	color: #F7F4F4;
	font-size: 8pt;
	font-weight: bold;
}
/*Top menu selected cell*/
.TMSel{
	background-color: #8FAB7D;
	color: #F7F4F4;
	font-size: 8pt;
	font-weight: bold;
}

/*Left menu background*/
.LMBg{
	background-color: #C7D96F;
}
/*Main cell*/
.MC{
	background-color: White;
	color: #535953;
	padding: 10px;
	font-size: 8pt;
}
/* Right side cell*/
.RBg{
	background-color: #F3F5B8;
}
.footer{
	background-color: #339077;
	color:#E1EADB;
	font-size: 8pt;
}
.d{
	background-color: #CDDF4F;
	margin-top: 0px;
}