@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #504f4f;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.homebox {
width: 150px;
}

.rate-title {
font-size: 20px;
color: #c01512;
font-weight: bold;
}

.border-left {
border-right: solid 4px #ffffff;
}

.border-right {
border-left: solid 4px #ffffff;
}

.menu {
border-bottom: solid 1px #8c251e;
background-color: #504f4f;
height: 34px;
padding: 0px;
margin: 0px;
}

.header {
height: 95px;
}

.outside {
border-top: solid 6px #a2a2a2; 
}

.middle {
background-color: #000000;
}

.main {
background-color: #ffffff;
}

.form {
background-color: #a2a2a2;
padding-top: 10px;
font-weight: bold;
color: #ffffff;
}

.title {
height: 10px;
padding-left: 10px;
background-color: #e1e1e1;
color: #8c251e;
padding-top: 10px;
}

.content {
padding: 10px;
}

.footer2 {
background-color: #ffffff;
border-top: solid 8px #000000;
height: 60px;
padding-top: 10px;
}

a:link {
color: #504f4f;
text-decoration: underline;
}
a:visited {
color: #504f4f;
text-decoration: underline;
}
a:hover {
color: #504f4f;
text-decoration: none;
}

a:link.menuitem {
color: #000000;
text-decoration: none;
font-size: 14px;
font-weight: bold;
padding: 5px;
}
a:visited.menuitem {
color: #000000;
text-decoration: none;
font-size: 14px;
font-weight: bold;
padding: 5px;
}
a:hover.menuitem {
color: #ffffff;
text-decoration: none;
font-size: 14px;
font-weight: bold;
background-color: #a2a2a2;
padding: 5px;
}