﻿@charset "utf-8";
/* Reset */
/*@import "reset000.css";*/
/* Main Styles */
html, body{
	height: 100%;
	/*behavior: url(/js/display-table.htc);*/ 
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 18px;
	color: #333333;
	background: #FFF;
}
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

a {
    color: #2474B2;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
li {
list-style-type:none;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

/* 404 */

.b_404{
  width: 460px;
  margin: 0 auto;
  padding-top: 8%;
  font-family: "Myriad Pro", Arial;
  padding-bottom: 60px;
}
.b_404 .b_logo{
  background: url(../img/404_logo.png) no-repeat 0 0;
  color: #024796;
  border-bottom: 1px dotted #81a7c1;
  min-height:100px;
  padding-left:90px;
  padding-top:33px;
}
.b_404 .b_logo h4{
  font-size: 37px;
  font-family: "Myriad Pro Cond", "Myriad Pro", Arial;
  white-space: nowrap;
  font-weight: bold;
  color:#024796;
}
.b_404 .b_logo h5{
  font-size: 24px;
  font-family: "Myriad Pro Cond", "Myriad Pro", Arial;
  font-weight: bold;
  color:#024796;
}
.b_404 .b_text{
  padding-top: 30px;
  overflow: hidden;
  color: #333333;
  font-family: Arial;
  padding-left: 24px;
  font-size: 13px;
  line-height: 18px;
}
.b_404 .b_text h4{
  font-size: 22px;
  color: #000000;
  font-family: "Myriad Pro", Arial;
  padding-bottom: 10px;
}
.b_404 .b_text h5{
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  font-family: Arial;
  padding-bottom: 30px;
}
.b_404 .b_text ul{
  list-style-position: inside;
  overflow: hidden;
  padding: 8px 0 20px;
}
.b_404 .b_text li{
  padding-bottom: 4px;
}

.b_404 .b_text a{
  text-decoration: underline;
}


/**********************************************/
