html
{
	background-color: white;
	background-image: url(img/bk.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	background-attachment: fixed;
}

body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
   font-size: 13px;
}

td.top
{
	background-color: Black;
	color: White;
	font-weight: bold;
}

td
{
   font-family: Helvetica, sans-serif;
	text-align: left;
   font-size: 13px;
	vertical-align: top;
}

td.left
{
	background-image: url(img/vert.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 200px;
	background-color: White;
	vertical-align: top;
}

input.search
{
	border-style: solid;
	border-width: 1px;
	border-color: Silver;
	width: 110px;
	margin-top: 10px;
}

input.searchbtn
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	background-color: Black;
	color: White;
	margin-top: 10px;
	margin-left: 22px;
}

input.searchbtnie
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	background-color: Black;
	color: White;
	padding-left: 7px;
	margin-top: 5px;
}

td.continut
{
	background-color: White;
	width: 500px;
}

td.continutforum
{
	background-color: White;
	width: 700px;
}

a.menu
{
	color: White;
	text-decoration: none;
	font-size: 13px;
	font-family: Trebuchet MS;
}

a.submenu
{
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-family: Trebuchet MS;
}

a.submenu:hover
{
	color: Gray;
	text-decoration: underline;
}

a.submenu2
{
	color: black;
	text-decoration: none;
	font-size: 13px;
	font-family: Trebuchet MS;
}

a.submenu2:hover
{
	color: gray;
	text-decoration: underline;
}

a.submenu22
{
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-family: Trebuchet MS;
}

a.submenu22:hover
{
	color: gray;
	text-decoration: underline;
}

a
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	color: #e61400;
	text-decoration: underline;
}

.navon{color:white;background-color:Black;padding:3px; width:90px; text-decoration: none;}
.navon:hover{color:white;background-color: #076BAB;text-decoration:none;padding:3px; text-decoration: none;}
.navoff{color:white;background-color:gray;padding:3px; text-decoration: none;}
