@charset "utf-8";
/* CSS Document */

html { overflow-y: scroll; width: 100%;}

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #dae3e9 url(images/bg_page.jpg) left top repeat-x;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
}

a img {border: none;}

a, a:visited {color: #006786; text-decoration: none;}
a:hover, a:visited:hover {color: #af2d33; text-decoration: none;}

.a_01, .a_01:visited {color: #006786; text-decoration: underline;}
.a_01:hover, .a_01:visited:hover {color: #af2d33; text-decoration: none;}



form {margin: 0; padding: 0;}
input {margin: 0;}

.input_search {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #5e605e;
	border: #aaadaa 1px solid;
	margin: 0;
	padding: 1px 2px 1px 2px !important;
	font-size: 13px;
	line-height: 18px;
	float: left; 
	width: 155px !important;
}


.input_01 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #5e605e;
	border: #aaadaa 1px solid;
	margin: 0;
	padding: 1px 2px 1px 2px;
	font-size: 13px;
	line-height: 18px;
}

.noborder { border: none !important; }
.arial { font-family: Arial, Helvetica, sans-serif !important; }

.clearer {
	width: 100%;
	clear: both;
	height: 1px;
	overflow: hidden;
}

