/* CSS Document : color palette = #B09A6A (med Tan); #C9BA99 (light Tan); 
font palette = Brush Script MT (Logo); Georgia (Review Headers); body (Arial); Verdana (Internal Headers) */

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
color: #000000;
margin:0px 0px 0px 0px;
font-size: .9em;
font-weight: bold;
}

/* A: Link */
a {
color: #000000;
}
a:hover {
text-decoration: none;
}

address {
font-size: .9em;
font-style:normal;
text-align:center;
}


/* Table th tr td */
table {
width: 880px;
font-size: .9em;
padding: 4px;
}
table th, tr, td {
border: 2px solid #999;
padding: 4px;
}
td.instructions {
text-align: center;
font-size: .9em;
}
table th {
background-color:#333;
color:#FFFFFF;
font-size: 1.1em;
}
table a {
font-weight: bold;
}
table td.print {
text-align: center;
font-size: .9em;
background-color:#FFFFCC;
}
input, select {
background-color:#FFFFCC;
}







