BODY{
	font-family : "Arial";
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
TD.menuitem{
	color : rgb(0, 50, 0);
	border-style : solid;
	border-color : rgb(0, 50, 0);
	border-width : 3px;
	font-size : 10pt;
	font-weight : bolder;
}
TD.leftborder{
	border-top : 0px;
	border-bottom : 0px;
	border-left : 2px;
	border-right : 0px;
	border-color : rgb(0,0,0);
	border-style : solid;
}
TD.rightborder{
	border-top : 0px;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 2px;
	border-color : rgb(0,0,0);
	border-style : solid;
}
TD.contentarea{
	background-image: url('../images/sil.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	border-top : 0px solid rgb(0,0,0);
	border-bottom : 0px solid rgb(0,0,0);
	border-left : 2px solid rgb(0,0,0);
	border-right : 0px solid rgb(0,0,0);
	
}
TABLE.Footer{
	font-size : 8pt;
}
TD.FooterRow{
   padding-left : 0px;
   padding-bottom : 0px;
   padding-left : 0px;
   padding-right : 0px
}
A{
	color : "#ffff77";
} 
A:active{
	color : "#ffff77";
}
A:visited{
	color : "#ffffCC";
}
A.menulink{
	color : rgb(0, 50, 0);
	text-decoration : none;
}
A.menulink:visited{
	color : rgb(0, 50, 0);
	text-decoration : none;
}
A.menulink:active{
	color : rgb(0, 50, 0);
	text-decoration : none;
}
A.menulink:hover{
	color : rgb(0, 50, 0);
	text-decoration : underline;
}
H2.Title{
	color : rgb(0,0,0);
}