/*
 * Style sheet for SaxeTesting.com
 *
 * written by: Rene Churchill rene@astutecomputing.com  1/30/07
 *
 * $Id: default.css,v 1.2 2008/05/26 15:30:22 saxetest Exp $
 */

td, th {
    vertical-align: top;
}

table.subscribe {
    border: 1px solid #cccccc;
}

table.subscribe th {
    border: 1px solid #cccccc;
    padding: 4px;
    background: #ffcc67;
    color: black;
    font-weight: bold;
    text-align: center;
}

table.subscribe td {
    border: 1px solid #cccccc;
    padding: 4px;
    vertical-align: top;
}

table.mainbody {
    padding: 0px;
    margin: 0px;
}

td.left_hand_side {
    padding: 4px;
    text-align: center;
    width: 292px;
}

td.right_hand_side {
    padding: 4px;
    width: 130px;
}


td.main_body_td {
    padding: 10px;
    text-align: left;
    width: 580px;
}


.center {
    text-align: center;
}

.right {
    text-align: right;
}
