BODY {
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url('img/bg.png');
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}
TD {
	padding: 0%;
}
FORM,INPUT  {
	margin: 0px;
}

B.l {
	color: #ddeeff;
	font-size: 14px;
}

A.menu:link, A.menu:visited {
	color: #556677;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A.menu:hover {
	color: #000000;
	text-decoration: bold;
}

A:link {
	color: brown;
	text-decoration: bold;
}
A:visited {
	color: brown;
	text-decoration: bold;
}
A:hover {
	color: #000000;
	text-decoration: bold;
}





TABLE.error {
	BACKGROUND-COLOR: #781414;
	color: white;
	width: 100%;
	border-width: thin thin thin thin;
	border-style: solid;
	border-color: #550000;
}
TABLE.notice {
	BACKGROUND-COLOR: Silver;
	color: Black;
	width: 100%;
	border-width: thin thin thin thin;
	border-style: solid;
	border-color: #aaaaaa;
}




