body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(grf/bck.gif);
	background-repeat: repeat-x;
	background-color: #58cbfb;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

a.menu:link {
	color: #ffffff;
	text-decoration: none;
}
a.menu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover {
	color: #ffe400;
	text-decoration: none;
}
a.menu:active {
	color: #ffffff;
	text-decoration: none;
}

.inp
{
	border: 1px;
	border-style: solid;
	border-color: #cecece;
	width: 150px;
	height: 18px;
	color: #000000;
	font-size: 11px;
}

.sub
{
	background-color: #ffffff;
	margin-top: 4px;
	border: 1px;
	border-style: solid;
	border-color: #cecece;
	width: 80px;
	height: 18px;
	color: #000000;
	font-size: 11px;
}