body
{
   font-size: 12px;
   font-family: Arial, Verdana, Times New Roman;
   text-align: center;
   color: #333333;
}
#main
{
   width: 800px;
   margin: 0px auto;
   text-align: left;
}
table
{
   border-collapse: collapse;
}
#header
{
   width: 800px;
   height: auto;
   text-align: left;
   font-weight: bold;
}
#header a
{
   font-size: 12px;
   color: #6a6b6c;
   text-decoration: none;
}
#header a:hover
{
   color: #b11d20;
   text-decoration: underline;
}
#header td
{
   text-align: right;
}
#header input.button
{
   background: #727f80;
   color: White;
}
#footer
{
   margin-top: 50px;
   width: 100%;
   color: #999999;
}
#find
{
   height: 70px;
   width: 760px;
   margin-left: 10px;
   padding-left: 100px;
   padding-top: 8px;
   background-repeat: no-repeat;
}
#find td
{
   text-align: left;
}
#find select, #find input.select
{
   font-size: 9px;
   border: none;
   margin-right: 3px;
   background: White;
}
#find input
{
   border: none;
   margin-right: 3px;
   background: none;
}
#home_find select, #home_find input.select
{
   border: none;
   background: #e1e1e1;
}
#home_find input
{
   background: none;
}
p, td, input, select, textarea
{
   font-size: 12px;
}
input, textarea, select
{
   background: #e1e1e1;
   border: none;
}
input.button
{
   font-weight: bold;
   color: #b11d20;
}
h1
{
   font-size: 25px;
   font-weight: bold;
}
h2
{
   font-size: 21px;
   font-weight: bold;
}
h3
{
   font-size: 18px;
   font-weight: bold;
}
h4
{
   font-size: 15px;
   font-weight: bold;
}
h5
{
   font-size: 12px;
   font-weight: bold;
}
a
{
   color: #b11d20;
   text-decoration: none;
}
a:hover
{
   color: DarkGrey;
   text-decoration: underline;
}
.red
{
   color: #b11d20;
}
.msg
{
   color: red;
   border: 0px;
   text-align: center;
   background: Transparent;
}
