body{
  background:#ABABAB;
  font-family:Verdana, Tahoma, Arial;
	padding:0px;
	margin:0px;	
	border:0px;
}

tr,td {
  font-family: Verdana, Tahoma, Arial;
  font-size:12px;
  line-height:16px;
  color:#000000;
}

#img{
  border: #343536 solid 2px;
  margin-bottom:20px;
  align:center
}

h1{
	color:#151515;
	font-size:15px;
	text-align:left;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:10px;
}

ul{
	margin-left:30px;
	line-height:18px;
        margin-bottom:0px;
}

#menu a {
   background-image: url(gfx/menu_bg.jpg);
   background-position: 0 0;
   background-repeat: no-repeat;
   width:122px;
   height:55px;
   color:#3E3E3E;
   font-size:12px;
   font-weight:bold;
   text-align: center;
   vertical-align: middle;
   text-decoration:none;
   }
#menu a:visited {
   background: url("gfx/menu_bg.jpg") 0 0 no-repeat;
   width:122px;
   height:55px;
   color:#3E3E3E;
   font-size:12px;
   font-weight:bold;
   text-align: center;
   vertical-align: middle;
   text-decoration:none;
   }
#menu a:hover {
   background-position: -122px 0;
   color:#FFFFFF;
   width:122px;
   height:55px;
   }
#menu a:active {
   background-position: -122px 0;
   width:122px;
   height:55px;
   }
   
#menu2 a {
   background: url("gfx/menu_bg2.jpg") 0 0 no-repeat;
   width:122px;
   height:55px;
   color:#3E3E3E;
   font-size:12px;
   font-weight:bold;
   text-align: center;
   vertical-align: middle;
   text-decoration:none;
   }
#menu2 a:hover {
   background-position: -122px 0;
   color:#FFFFFF;
   }
#menu2 a:active {
   background-position: -122px 0;
   }

a:link{color:#1A3291; font-size:11px; font-weight:bold; text-decoration:underline; margin:0px,0px,0px,0px;}
a:visited{color:#1A3291; font-size:11px; font-weight:bold; text-decoration:underline; margin:0px,0px,0px,0px;}
a:hover{color:#1A3291; font-size:11px; font-weight:bold; text-decoration:none; margin:0px,0px,0px,0px;}
a:active{color:#1A3291; font-size:11px; font-weight:bold; text-decoration:underline; margin:0px,0px,0px,0px;}

a.copyright:link{color:#343536; font-weight:bold; font-size:10px; text-decoration:none; margin:0px,0px,0px,0px;}
a.copyright:visited{color:#343536; font-weight:bold; font-size:10px; text-decoration:none; margin:0px,0px,0px,0px;}
a.copyright:hover{color:#343536; font-weight:bold; font-size:10px; text-decoration:underline; margin:0px,0px,0px,0px;}
a.copyright:active{color:#343536; font-weight:bold; font-size:10px; text-decoration:none; margin:0px,0px,0px,0px;}

.copyright{
	color:#343536;
	font-size:10px;
}
.copyright_2{
	color:#DACFBD;
	font-size:10px;
}
.little{
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
  font-weight:normal;
	margin-bottom:10px;
}
.black{
	color:#000000;
	font-size:11px;
	text-align:left;
  font-weight:normal;
}
.leftmenu{
  background:url(gfx/left-menu_bg.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  height:28px;
  padding-left:60px;
  color:#FFFFFF;
}