* 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
	/*background-color: #041533;*/
	background-color:#3f3f3f;
	color: #ffffff;
}

a {
	color: #ffffff; 
	text-decoration: none;
}


a:hover {
	color:#feb500;
	text-decoration: none;
}

.box {
  
  color:#000000;
  background-image:url("../images/box/bg.gif");
  background-repeat:repeat-x;
  border: 0px;
  height:15px;
  width:190px;
  margin-left:8px;

}


.boxbg {
  
  background-image:url("../images/box/box.gif");
  background-repeat:no-repeat;
  
}



input,
textarea {
  color:#000000;
  background-color: #d4d4d4;
  border: 0px solid #ffffff;

}




.highslide {
	cursor: url('js/graphics/zoomin.cur'), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 8px;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;

}