.title {  color: #6699CC; font-weight: bold}

.headertitle {  color: #FFFFFF; font-weight: bold}

.subheader {  color: #65544A; font-weight: bold}

.white {  color: #FFFFFF; font-weight: bold}

a {  color: #6699CC; text-decoration: underline}

a:hover {  color: #3F7ECD; text-decoration: underline}

body {
	background-image: url(/images/bgrd.jpg);
	background-repeat: repeat-x;
	background-color: #F6F6F4;
}

.thumbimage { BORDER-RIGHT: #51443C 1px solid; BORDER-TOP: #51443C 1px solid; BORDER-LEFT: #51443C 1px solid; BORDER-BOTTOM: #51443C 1px solid;}  

.bar {
	color: #918579;
}


/* HTML buttons */
a.buttontext {  color: #FFFFFF; text-decoration: none}
a.buttontext:hover {  color: #FFFFFF; text-decoration: underline}

.buttonleft
{
    background-image: url(/images/btn_bg_left.gif);
    width: 9px;
    height: 19px;
}

.buttonmiddle
{
    background-image: url(/images/btn_bg_mid.gif);
    background-repeat: repeat-x;
    min-width: 75px;
}

.buttonright
{
    background-image: url(/images/btn_bg_right.gif);
    width: 9px;
    height: 19px;
}