
body {
background-color: #202020;
color: #cccccc;
font-family: arial;
font-size: .8em;
margin: 1em;
}

div.home {
background-color: #000000;
}

div.home2 {
font-style: normal;
font-weight: bold;
}

table.splash {
background-color: #008400;
border: 1px solid #444444;
}

td.splash {
border-top: 1px solid #008400;
border-bottom:1px solid #008400;
}

table.menu {
background-color: #000000;
border: 1px solid #444444;
display: block;
}

table.main {
background-color: #000000;
border: 1px solid #444444;
border-top: none;
display: block;
padding-bottom: 1em;
color: #eeeeee;
}

img {
border: none;
}

a {
text-decoration: none;
color: #cccccc;
}

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

em.std {
color: #008400;
}

p.error {
color: #008400;
}

table.contact {
text-align: left;
}

table.quotes {
font-weight: bold;
font-size: 1.1em;
}

table.quotes td {
border-bottom: 1px solid #444444;
}

table.menu td a {
display: block;
color: #aaaaaa;
font-weight: bold;
font-size: .9em;
}

table.menu a em.move {
position: relative;
top: -15px;
font-style: normal;
}

table.menu td {
background-color: #000000;
border-left: 1px solid #505050;
}

table.menu td.contact {
border-right: 1px solid #505050;
}

table.menu td.bar {
background-color: #008400;
}

table.menu td a:hover {
background-color: #008400;
color: #ffffff;
border-bottom: none;
}

table.menu td.logo a:hover {
background-color: #000000;
}

table.footer {
color: #aaaaaa;
font-size: .9em;
}

table.footer a{
color: #aaaaaa;
}

input {
text-decoration: none;
color: #ffffff;
font-size: 1em;
background-color: #000000;
font-family: Arial;
border: 1px #444444 solid;
}

textarea {
text-decoration: none;
color: #ffffff;
font-size: 1em;
background-color: #000000;
font-family: Arial;
border: 1px #444444 solid;

}