body {
    background: #657cac;
    margin:0;
    padding:0;
    font-family: Verdana,Times,sans-serif;
}

h1 {
    color: #4362a9;
    font-weight:bold;
    font-size: 16px;
    letter-spacing:0.4px;
    text-align:left;
}

h2 {
    color: #4362a9;
    font-weight:bold;
    font-size: 14px;
    letter-spacing:0.3px;
    text-align:left;
}

th {
    background:#88a6d1;
    color:#fff;
    font-weight:bold;
    text-align:left;
}

td {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: bold;
}

p {
    color: #4f4f4f;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
      
}

a img {border:0;}

a:link, a:visited {
    color: #4362a9;
    text-decoration: none;
}

a:hover {
    color: #4362a9;
    text-decoration: underline;
}

#header {
    width:100%;
    height:105px;
    background:url('../../images_dir/header_bg.jpg') 0 100% repeat-x;
}

#menu {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding-left:5px;
}

#menu ul {
    list-style-type:none;
    margin: 0;
}

#menu ul li {
    float: left;
    margin-right: 10px;
}

#menu ul li a {
    color:#fff;
    text-decoration:none;
}

#menu ul li a:hover{
    text-decoration:underline;
}

.caption {
    width: 280px;
    background: #ececed;
    padding: 3px 3px 3px 3px;
    margin: 5px 0 5px 0;
}

.highlight {
    background: #F8F0BB;
}

#input_data td{
    color: #fff;
    font-size:12px;
}

#input_data th {
    width:100%;
    height:28px;
    background-image:url('../../images_dir/avail_box_header.jpg');
    background-position: 0 100%;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    padding-left:10px;
}

#footer {
    background: #fff;
    color: #4362a9;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 50px;
}

#footer a:link, #footer a:visited {
    color: #4362a9;
    text-decoration: none;
}

#footer a:hover {
    color: #4362a9;
    text-decoration: underline;
}

#seolink {
    color: #657cac;
    width:850px;
    margin:auto;
    padding:0px;
    text-align:center;
}

#seolink a:link, #seolink a:visited, #seolink a:hover {
    color: #657cac;
    text-decoration:none;
}

