
/* Global properties */
body {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    z-index: 1;
    margin: 0px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000000;
    line-height: 14.5px;
}

/* Link customization */
a {
    color: #CC3333;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}

/* Get rid of all table padding and margins */
table {
    border-collapse: collapse;
}
td {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
img {
    display:block;
}

/* Body */
.bodybackground {
    background: white url("images/bodybackground.gif");
    background-repeat: repeat;
    width: 484px;
    padding: 19px;
}
.headerimage {
    width: 22px;
}
.headertext {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}
.alignimageright {
    float: right;
    margin-left: 10px;
}
.alignimagecenter {
    margin:auto;
    width:40%;
}
.aligntextcenter {
    text-align: center;
}
.bodycopynotice {
    font-weight: bold;
    color: #006000;
}
.bodycopyurgent {
    font-weight: bold;
    color: #C04040;
}
.note {
    font-size: 10px;
    line-height: 12.5px;
}
.listhead {
    font-weight: bold;
}
.smallgreyfont {
    font-size: 10px;
    color: #666666;
}

/* Divider between body and store */
.centerbackground {
    background: white url("images/store8_30.gif");
    width: 19px;
    vertical-align: top;
}

/* Store */
.storebackground {
    width: 242px;
}

/* Applications page */
.apptable {
    width: 479px;
    padding: 8px;
}
.apptableiconcell {
    width: 80px;
    padding-top: 10px;
}

/* Press Release page */
.presstabletextcell {
    width: 390px;
    padding-left: 10px;
    vertical-align: top;
}

