a:link {
 text-decoration: none;
 color: blue;
}
a:visited {
 text-decoration: none;
 color: blue;
}
a:hover {
 text-decoration: none;
 color: #B39235;
}
a:active {
 text-decoration: none;
 color: #B39235;
}
body,td {
 background: white;
 margin: 0px;
 padding: 0px;
 font: 12px verdana,helvetica,sans-serif;
 color: black;
 text-align: left;
 vertical-align: top;
}
h1 {
 font: bold 26px arial,sans-serif; 
 font-variant: small-caps;
}
h5 {
 font-weight: bold;
}
#countdown {
 font-size: 15px;
 font-weight: bold;
}
.content {
 padding: 20px;
 text-align: justify;
}
.content .c2 {
 padding-left: 10px; 
 line-height: 140%; 
 text-align: justify;
}
.upper-left {
 background: url(images/upper-left.jpg) right top no-repeat;
}
.upper-right {
 background: url(images/upper-right.jpg) left top no-repeat;
}
.upper-middle {
 background: url(images/upper-middle.jpg) transparent center top repeat-x;
 text-align: center;
 color: white;
 vertical-align: bottom;
 padding: 0px;
 margin: 0px;
}
.nav {
 background: url(images/spacer2.gif) left top repeat-y;
}
img {
 border: 0 none;
}

