/* CSS Document */

.main {
font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
color: #5e6235;
font-size: 13px;
}

.headings {
font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
color: #5e6235;
font-size: 15px;
font-weight: bold;
}

.topBanner {
background-image:url(images/topBanner.gif);
background-repeat:no-repeat;
}

.textLinks {
font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
color: #5e6235;
font-size: 13px;
text-decoration:none;
}

.textLinks:hover {
font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
color: #b19a2c;
font-size: 13px;
text-decoration:underline;
}