/* The body tag */
body { margin: 0px; background-color: #FFFFFF; font-family: Arial, Verdana; }

/* Get rid of border on link images */
img { border: 0px solid #000000; }

/* Horizontal Rule */
hr { color: #000000; height: 2px; }

/* This is the main table that the rest of the page sits in */
table.pageTable { width: 760px; height: 100%; border-left: 2px solid #000000; border-right: 2px solid #000000; }

/* These are the header classes */
td.header { vertical-align: top; }
tr.header { height: 231px; }

td.header A:link { color: #DDDDDD; text-decoration: none; }
td.header A:href { color: #DDDDDD; text-decoration: none; }
td.header A:visited { color: #DDDDDD; text-decoration: none; }
td.header A:hover { color: #FFFFFF; text-decoration: underline; }

/* This is the content class */
td.content {  /* unused */ }
td.content { vertical-align: top; background-color: #EFDBD6; }

td.content A:link { color: #333333; text-decoration: none; }
td.content A:href { color: #333333; text-decoration: none; }
td.content A:visited { color: #333333; text-decoration: none; }
td.content A:hover { color: #000000; text-decoration: underline; }

/* These are classes for footers */
tr.footer { height: 115px; }
td.footer { vertical-align: bottom; background-image: url(images/index_03.gif); color: #FFFFFF; text-size: 8pt; text-align: center; }

td.footer A:link { color: #DDDDDD; text-decoration: none; }
td.footer A:href { color: #DDDDDD; text-decoration: none; }
td.footer A:visited { color: #DDDDDD; text-decoration: none; }
td.footer A:hover { color: #FFFFFF; text-decoration: underline; }

.hwsinfo { color: #FFFFFF; }