td{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color:#3a3a3a;
	font-style: normal;
}
A{
font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
A:link{
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
A:hover{
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration:none;
}

.menu{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #607E8C;
	font-style: normal;
	text-decoration: none;

}
.menu A{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #607E8C;
	font-style: normal;
	text-decoration: none;


}
.menu A:link{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #607E8C;
	font-style: normal;
	text-decoration: none;

}
.menu A:hover{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #B5A570;
	font-style: normal;
	text-decoration: none;

}
.reviews{
	font-family:Verdana;
	font-size: 11px;
	font-weight: normal;
	color:#607E8C;
	font-style: normal;
}
.contact{
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	color:#0C0C0C;
	font-style: normal;
	text-decoration: none;

}
.contact A{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #13B2EA;
	font-style: normal;
	text-decoration:underline;


}
.contact A:link{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #13B2EA;
	font-style: normal;
	text-decoration:underline;

}
.contact A:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #13B2EA;
	font-style: normal;
	text-decoration:underline;

}
.link A{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #157FC2;
	font-style: normal;
	text-decoration:none;


}
.link A:link{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #157FC2;
	font-style: normal;
	text-decoration:none;

}
.link A:hover{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration:none;

}
.footer{
	font-family:Verdana;
	font-size: 11px;
	font-weight: normal;
	color:#ffffff;
	font-style: normal;
	text-decoration: none;

}
.footer A{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #E0D2A7;
	font-style: normal;
	text-decoration:none;


}
.footer A:link{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #E0D2A7;
	font-style: normal;
	text-decoration:none;

}
.footer A:hover{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	text-decoration:none;

}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}