BODY	{
	margin-top:0.5em;
	background-image:url("images/wall_00.gif");
/*	background-repeat:no-repeat;*/
	background-color:#fff;
	color;#007300;
	line-break:strict;
	}

/* Fundamental Links */
A,A:visited	{
	color:#19195e;
	text-decoration:none;
	width:100%;
	}
A:active,A:hover	{
	color:#2e2eb2;
	text-decoration:underline;
	width:100%;
	}

/* Table styles */
TABLE	{
	border-collapse:collapse;
	empty-cells:show;
	}
TABLE.out	{table-layout: fixed;width:130px;}
TABLE.menu	{table-layout: fixed;width:124px;}

TD.border	{background-color:#376da3;}
TD.title	{font-weight:bold;font-size:14px;}
TD.sub	{
	background-color:#eee;
	color:#376da3;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:2px;
	}
TD.link	{
	padding-left:1em;
	background-color:#fff;
	}
