table { border:0px; border-collapse:collapse ; width:100%} 
td {vertical-align:top; padding:0px; }

table .mike {border:0px; border-collapse:collapse; width:450px;}
td, table, select,  input, textarea{
	font-family:tahoma;
	font-size:11px;
	vertical-align:top;
	line-height:13px;
	color:#878991
}

form { margin:0px; padding:0px}
body { margin:0px; padding:0px; background:#757E84}

.bg1{ background:url(images/header.jpg) repeat-x}
.bg2{ background:url(images/footer.jpg) repeat-x}
.bg3{ background:url(images/menu_bg.jpg) repeat-x #1F1F1F}
.bg4{ background:url(images/menu_pic.jpg) no-repeat right top}
.bg5{ background:url(images/bg1.jpg) no-repeat}
.bg6{ background:#E9ECF1}
.bg7{ background:url(images/bg2.jpg) no-repeat}
.bg8{ background:#C8CFD5}
.bg9{ background:#D8DDE2}
.bg10{ background:url(images/p1_1.jpg) no-repeat left bottom}

a{ color:#7A8FA0; text-decoration:underline}
a:hover{ text-decoration:none}

b{ color:#7A8FA0}

.indent{ padding:25px 40px 0 0; text-align:right}
.indent1{ padding:48px 0 0 49px}
.indent2{ padding:15px 0 40px 26px}
.indent3{ padding:15px 30px 30px 39px}
.indent4{ padding:15px 32px 25px 228px}
.indent5{ padding:15px 38px 10px 32px}
.indent6{ padding:15px 20px 30px 39px}
.indent7{ padding:15px 0 10px 32px}
.indent8{ padding:15px 34px 10px 39px; line-height:14px;}

.footer, .footer td{ color:#BDC7CD; font-size:10px}
.footer a{ color:#BDC7CD; text-decoration:underline}
.footer a:hover{ text-decoration:none}
.footer span{ color:#D6DEE2}
.footer .right{ font-size:11px; text-align:right}
.footer .right a{ color:#CCD6DC; text-decoration:none}
.footer .right a:hover{ text-decoration:underline}

.box{ line-height:16px; color:#95A0A9}

ul{margin:0px; padding:0px; list-style:none; line-height:18px}
ul li { background:url(images/list_bg.gif) no-repeat 0 7px; padding-left:16px}
ul li a{ color:#636B72;  text-decoration: none; font-size:11px}
ul li a:hover{ text-decoration: none}
ul li b a{ text-decoration:underline; font-weight:normal}
ul li b a:hover{ text-decoration:none}

span a{ color:#7A8FA0; text-decoration:underline; background:url(images/list_bg.gif) no-repeat 0 5px; padding-left:11px}
span a:hover{ text-decoration:none}


.left{ line-height:14px; color:#636B72}
.left a{ color:#636B72; text-decoration: underline; font-weight:normal}
.left a:hover{ text-decoration:none}
.left span a{ color:#636B72; text-decoration:underline; padding-left:16px; background:url(images/list_bg.gif) no-repeat 0 4px}
.left span a:hover{ text-decoration:none}
.left b a{ color:#7A8FA0; text-decoration:underline; font-weight:normal}
.left b a:hover{ text-decoration:none}

.form input {
	width:212px;
	height:21px;
	color: #95A0A9;
	padding:3px 0 0 7px;
	background-color:#FFFFFF;
}

.form textarea {
	width:212px;
	height:47px;
	color: #95A0A9;
	overflow: auto;
	padding:3px 0 0 7px;
	background-color:#FFFFFF;
}

h3 {
	color:#7A8FA0;
	font-size:14px;
	margin-bottom:-1px;
	letter-spacing:.06em;}
	
.lidec ul li {
	text-decoration:underline;
	 background:none;
	}

 .thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid 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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

 .thumbnailbtm{
position: relative;
z-index: 0;
}

.thumbnailbtm:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailbtm span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailbtm span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailbtm:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}