body{margin:0; padding:0; background-color:#FFFFFF}
form, td, span {margin:0; padding:0;}
table, td {border-collapse:collapse;}
table, td, img {
	border:0;
}

input, textarea, select{font:11px Tahoma, Arial, Geneva, sans-serif; color:#000000; padding-left:2px}
input{ width:190px; height:18px;}
textarea{width:191px; height:85px;}
td, tr {
	vertical-align:top;
	text-align:left;
	padding-top: 0px;
}

.align_right{text-align:right}
.bottom{vertical-align:bottom}


.content{
	font:12px/14px tahoma, arial, helvetica, sans-serif;
	color:#161616;
}
.content span{
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#E3D9CF;
}
.content a{
	text-decoration:underline;
	color:#161616;
}
.content a:hover{
	text-decoration:none;
	font-weight: normal;
}

.content b a{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:normal;
}
.content b a:hover{
	text-decoration:none;
}

.content ul { 
	margin:0;
	padding:0; 
	list-style:none;
}
.content li {
	margin:0; 
}
.content li a { 
	line-height:18px;
	text-decoration:underline; 
}
.content li a:hover { 
	text-decoration:none;
}


.footer{
	font:9px/13px Geneva, Arial, Helvetica, sans-serif;
	color:#88794D;
	text-transform:uppercase;
}
.footer span{
	font:9px/13px Geneva, Arial, Helvetica, sans-serif;
	color:#F1EBE4;
	text-transform:uppercase;
}

.footer a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	color:#88794D;
	text-decoration:none;
}
.footer strong a{
	color:#5A5753;
	font-weight:bold;
	text-decoration:none;
}
.footer strong a:hover{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.footer b a{
	color:#CDC9B8;
	background:url(images/pic_lin.gif) center left no-repeat;
	padding:2px 0 2px 19px;
	text-decoration:none;
	font-weight:normal;
}
.footer b a:hover{
	text-decoration:underline;
}
.footer span a{
	color:#D4CCC2;
	font-weight:bold;
	text-decoration:none;
}
.footer span a:hover{
	font-weight:bold;
	color:#D4CCC2;
	text-decoration:underline;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 0;
left: 0px; /*position where enlarged image should offset horizontally */
}
