body, th, td {
font-family: verdana,arial,sans-serif;
color:#000000;
font-size:11px;
line-height:18px;
text-align:justify;
}

input, textarea, select {
font-family: verdana,arial,sans-serif;
font-size:11px;
}

img {
border:none
}

a:link
{
color:#7D0806;
text-decoration:underline;
}
a:active{
color:#7D0806;
text-decoration:none;
}
a:visited{
color:#000000;
text-decoration:none;
}
a:hover{
color:#967842;
text-decoration:underline;
}

.goldText{
color:#967842;
text-decoration:none;
}

.boldBlack{
color:#000000;
font-weight: bold
}

.credits {
text-align:center;
}

/*
Menu Styles
*/

.menu {
position:absolute;
display:none;
background-color:#eff3f7;
border:1px solid #7b8a94
}

.menu a {
display:block;
cursor:default;
color:#000000;
text-decoration:none;
padding:1px 2px 1px 10px;
}

.menu a:hover {
color:#ffffff;
background-color:#424d63
}

/*
Postcard Styles
*/

.postcardImage { border:2px solid white }
.selectedPostcardImage { border:2px solid black }

#logo{ 
position:absolute;
background:url(resources/gui_images/logo.gif);
background-repeat:no-repeat;
width:113px;
height:91px;
vertical-align:bottom;
}