body {
	background-color: #fff;
	margin: 50px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

div.wrapper {
	width: 900px;
	margin: 0 auto;
	background-image: url("./images/line.gif");
	background-repeat: repeat-x;
}

div.left {
	width: 610px;
	float: left;
	text-align: left;
}

div.right {
	width: 284px;
	float: right;
	text-align: center;
}

div.logo {
	width: 100%;
	height: 85px;
	background-image: url("./images/logo.gif");
	background-repeat: no-repeat;
}

div.content_right {
	width: 100%;
	margin-top: 20px;	
}

div.content_left {
	width: 100%;
	margin-top: 0px;
	text-align: justify;	
}

div.head {
	width: 100%;
	height: 35px;
}

div.menu {
	width: 100%;
	margin-left: 1px;
	margin-top: 40px;
	font-weight: bold;
   height: 20px;
}


div.clear {
	clear: both;
   font-size: 1px;  
}

ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

li.menu {
	text-align: left;
	float: left;
	margin: 0px;
	margin-right: 20px;
}

a, a:link, a:active, a:visited {
	color: #B50000;
	text-decoration: none;
}

table {
   width: 100%;
   margin: 0px;
   padding: 0px;
   border: 0px;
}

td.top {
   font-weight: bold;
   color: #B50000;
}

td {
   font-size: 12px;
   line-height: 1.5em;
}

td.left {
   font-weight: bold;
   width: 25%;
   text-align: right;
}

td.right {
   font-weight: normal;
   width: 75%;
   text-align: left;
}

td.center {
   text-align: center;
}

.bold {
   font-weight: bold;
}

.blue {
   color: #6c8faa;
}

.white {
   color: #fff;
}

.black {
   color: #000;
}

.red {
   color: #f00;
}

.green {
   color: #00c813;
}

.yellow {
   background-color: #FFEA00;
}

.normal {
   text-decoration: none;
   font-weight: normal;
   font-style: normal;
}

img {
   border: 0px;
}

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

a.menu_inactive, a.menu_inactive:link, a.menu_inactive:active, a.menu_inactive:visited {
	color: #000;
	text-decoration: none;
}

a.menu_inactive:hover {
	color: #B50000;
	text-decoration: none;
}

hr {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #000;
}

h2 {
	color: #000;
	margin: 5px 0;
	font-size: 16px;
}

h3 {
	color: #B50000;
	margin: 5px 0;
	font-size: 13px;
}

input.submit {
   background-color: #fff;
   color: #000;
   border: 1px solid #999;
   font-size: 11px;
}

input.submit_search {
   background-color: #fff;
   color: #000;
   border: 1px solid #999;
   font-size: 11px;
   margin-top: 5px;
   margin-left: 5px;
   margin-bottom: 5px;
}

input.string {
   background-color: #fff;
   color: #000;
   border: 1px solid #999;
   font-size: 11px;
   width: 250px;
}

input.string_login {
   background-color: #fff;
   color: #000;
   border: 1px solid #fff;
   font-size: 11px;
   width: 200px;
   margin-bottom: 5px;
   margin-top: 5px;
}

input.search {
   background-color: #fff;
   color: #000;
   border: 1px solid #999;
   font-size: 11px;
   width: 136px;
   margin-top: 5px;
   margin-left: 5px;
}

input.submit_login {
   background-color: #fff;
   color: #000;
   border: 1px solid #fff;
   font-size: 11px;
   margin-bottom: 5px;
   margin-top: 5px;
}

input.string_str {
   background-color: #fff;
   border: 1px solid #999;
   width: 203px;
   font-size: 11px;
}

input.string_nmb {
   background-color: #fff;
   border: 1px solid #999;
   width: 41px;
   font-size: 11px;
}

input.string_zip {
   background-color: #fff;
   border: 1px solid #999;
   width: 75px;
   font-size: 11px;
}

input.string_town {
   background-color: #fff;
   border: 1px solid #999;
   width: 169px;
   font-size: 11px;
}

input.string_cost {
   background-color: #fff;
   border: 1px solid #999;
   width: 100px;
   font-size: 11px;
}

textarea.big {
   background-color: #fff;
   color: #000;
   border: 1px solid #999;
   font-size: 11px;
   width: 100%;
   height: 400px;
}

textarea {
   background-color: #fff;
   color: #000;
   border: 1px solid #999;
   font-size: 11px;
   width: 100%;
   height: 200px;
}

textarea.small {
   background-color: #fff;
   color: #000;
   border: 1px solid #999;
   font-size: 11px;
   width: 100%;
   height: 200px;
}

textarea.tiny {
   background-color: #fff;
   color: #000;
   border: 1px solid #999;
   font-size: 11px;
   width: 100%;
   height: 100px;
}