﻿body {margin:0; padding:0;}
form {margin:0; padding:0}

td, tr {font:11px/13px tahoma, arial, helvetica, sans-serif; color:#6C6C6C; vertical-align:top;  text-align:left;}

.end{ color:#C8BD97; height:58px; width:536px; font-size:11px; padding-top:14px; text-align:center}
.end a{ color:#C8BD97; text-decoration:none;}
.end a:hover{ color:#C8BD97; text-decoration:underline;}



a{ color:#68401E; text-decoration:underline;}
a:hover{ color:#68401E; text-decoration:none;}
strong a{ color:#6C6C6C; text-decoration:underline;}
strong a:hover{ color:#6C6C6C; text-decoration:none;}
b a{ color:#68401E; text-decoration:none; font-size:10px;}
b a:hover{ color:#68401E; text-decoration:underline; font-size:10px;}

span a{ color:#68401E; text-decoration:underline; font-size:11px; font-weight:bold}
span a:hover{ color:#68401E; text-decoration:none; font-size:11px; font-weight:bold}
b{ color:#68401E}

.deep span{ color:#68401E; }
.f1 td input{ width:142px; height:19px; font-family:tahoma; font-size:11px; padding:1px 0 1px 4px; margin-bottom:2px;}
.f1 td textarea{ width:139px; height:85px; font-family:tahoma; font-size:11px; padding:1px 0 1px 4px;}





.r1 ul { margin:0; padding:0; list-style:none; line-height:18px;}
.r1 li { background:url(images/r1.gif) center left no-repeat; margin:0 0 0 0; padding:0 0 0 8px;}
.r1 li a { color:#68401E; text-decoration:underline;  background-position:left center;}
.r1 li a:hover { text-decoration:none; color:#68401E;}

.center {
	text-align: center;
}
.misterwebmenu{
border: 0px solid #C0C0C0;
background-color: #E9DEBE;
border-bottom-width: 0;
width: 100px;
}

* html .misterwebmenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 100px;
}

.misterwebmenu ul{
padding: 0;
margin: 0;
list-style-type: none;
text-align: center;
}

.misterwebmenu a{
font: bold 14px book antiqua;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 0px solid #C0C0C0;
}

.misterwebmenu a:visited{
color: #595959;
}

html>body .misterwebmenu a{ /*Non IE rule*/
width: auto;
}

.misterwebmenu a:hover{
background-color: #FCF4D8;
color: black;
}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200;
right: 0px; /*position where enlarged image should offset horizontally */

}
