/* 
    Document   : stylesheet.css
    Created on : 01/26/2006, 11:41pm
    Author     : Ryan Sumner
    Description:
        Main stylesheet for opendoorjobs.com.
*/

BODY {
   background-color: #FFFFFF;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px
}
H3 {
   font-size: 14px
}
H2 {
   font-size: 14px;
   font-weight: bold
}
H1 {
   font-size: 18px
}
A {
   color: #003449;
   text-decoration: none
}
IMG {
   border-width: 0px
}
.footer, A.footer {
   color: #003449;
   text-decoration: none;
   font-size: 10px
}
.error {
    color: red;
    font-weight : bold
}
.bold {
    font-weight: bold
}
.normal {
}
TABLE.blacktable {
   background-color: black
}
TD.blacktable, TH.blacktable, TR.blacktable {
   background-color: white
}
TD.alternate, TH.alternate, TR.alternate {
    background-color: gray
}
TD.triplets {
    width: 33%;
}