body {

	background:#ffffff;

    font-family: Verdana, Arial, "Times New Roman", sans-serif;

	font-size: 11px;

	color: #000;

	margin: 0 0 0 0;

}

a {	color: #104A85; text-decoration: none; font-size: 13px; text-decoration:underline; }

a:hover { text-decoration:none; }



#main {

	width:100%;

	text-align:center;

	margin-top:50px;

}

div a:hover img{

  filter:alpha(opacity=80);

  -moz-opacity:0.8;

  -khtml-opacity: 0.8;

  opacity: 0.8;

}

#search { margin:30px 0 30px 20px; }

#copy { font-size:9px; margin-top:100px; }



.s_for { 

	width: 400px;

	height: 17px;

	background-color:#fff;

	border: 1px solid #3683BC;

	-moz-border-radius:5px;

	-webkit-border-radius:5px; /* Safari */

}

input.s_for:hover, input.s_for:focus { border: 1px solid #2B6895; }

.search_button

{

	width: 66px;

	height: 24px;

	border: 0;

	background: url(../images/search_button.gif) #5E99C7;

}