body { 
   background-image: url("images/bg.gif");
   font-family: verdana; 
   font-size:12px; 
   color: #333333;
}

.contentbg {
   width:579px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 3px;
   background-image: url("images/contentbg.gif");
   background-repeat: no-repeat;
   background-position: bottom right;
}

.contenttxt {
   padding-top:10px;
   padding-bottom:30px;
   padding-left:10px;
   padding-right:10px;
   font-family: verdana; 
   font-size:12px; 
   color: #000000;
}   

td {
  font-family: verdana; 
  font-size:12px; 
  color: #333333;
}

a.menu:hover
{
	color: #ffffff;
}

a:link {
  color: #000000;
  font-size:12px;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  font-weight: none;
}

a:visited {
  color: #000000;
  font-size:12px;
  text-decoration: none;
}

a:active {
  color: #000000;
  font-size:12px;
  text-decoration: none;
}

.button {
  background-color: #404040;
  border-color: 333333;
  border-style: solid;
  border-width: 1px;
  color: FFFFFF;
  font-size: 12px;
  font-family: verdana;
  font-weight: bold;
}

.TextField {
  background-color: FFFFFF;
  border-color: 333333;
  border-style: solid;
  border-width: 1;
  font-size: 12px;
  font-family: verdana;
}

input[type=image] {
   border: 0px #bbbbbb none;
}

select {
   font-size: 12px;
   color: #333333;
   font-family: Verdana;
   border: 1px #bbbbbb solid;
}

.tekstForm {
   padding:1;
   margin:1;
   font-family: "verdana";
   font-size: 12px;
   color: #333333;
   border-width: 1px;
   border-bottom-color: #333333;
   border-bottom-style: solid;
   border-top-color: #333333;
   border-top-style: solid;
   border-left-color: #333333;
   border-left-style: solid;
   border-right-color: #333333;
   border-right-style: solid;
   background-color: #ffffff;
   border-bottom-width: 1px;
}

table.menu td
{
	width: 191px;
	height: 29px;
	background-repeat: no-repeat;
	background-image:url('images/menu.gif');
}

table.menu td.next
{
	background-image:url("images/menus.gif");
}

table.menu td.active, table.menu td:hover
{
	background-image:url('images/menua.gif');
}

table.menu td.active a, table.menu td:hover a
{
	color: #ffffff;
}