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



body
{
	scrollbar-face-color: #efefef;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #333333;
	background-image:url('../images/bg.jpg');
    background-repeat:repeat-x;
	
	background-color: #003364;

	margin: 0px;
	padding: 0px;
	color: #535353;
}


a {
	text-decoration: none;
	color: #075a8e;
}


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




.menu_bottom a {
	text-decoration: none;
	color: #4c4c4c;
	margin-left:30px;
}


.menu_bottom a:hover {
	text-decoration: none;
	color: #003364;
margin-left:30px;
}

hr 
{
	border-width:1px;
	border-style:solid;
	border-color:#e5e5e5;
	width:99%;
	text-align:center;

	
}


.list_rec 
{
    border-bottom:1px solid #e5e5e5;
    padding:10px 0px 10px 0px;
}

.padding_t 
{
    padding:3px 5px 3px 0px;
}

.header{ color:#fff; }

.header a{ color:#222222;}

.header a:hover{ color:#d0d0d0; }

.title { color:#00b6ff; font-size:12px; padding-bottom:10px;}
.title a{ color:#00b6ff; font-size:12px; text-decoration: none;}
.title a:hover{ color:#272727; font-size:12px; text-decoration: none;}

.picture {border: 1px solid #3c3c3c;}

.date { color:#ff45a1;}


.url_list a {
	font-size: 11px;
	text-decoration: none;
	color: #272727;
}


.url_list a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #6D6D6D;
}


/*******************************************************************/


select {
  color:#000000;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
}

.send 
{
	width:250px;
	border: 1px solid #000000;
}

input,
textarea {
  color:#000000;
  background-color: #d7b182;
  border: 1px solid #f57900;
  width:90%;

}


.divfp {

	position:absolute;
	width:280px;
}

.div_box1 {
	
	margin-top:20px;
	margin-left:10px;
}


.img_border{
border:solid 1px #000000;
}


.right_border 
{
    border-right:1px solid #cccccc;    
}

.top_border 
{
    border-top:1px solid #cccccc;
}


.highslide {
	cursor: url('js/graphics/zoomin.cur'), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #f6d58e;
}
.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;

}