﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white
}
.style1 {
	border-color: #c0c0c0;
	border-width: 0;
}
.style2 {
	border-color: #B3E6FF;
	border-width: 0;
}
.style3 {
	background-color: #88BDE0;
}
.style5 {
	text-align: center;
}
.style6 {
	text-align: center;
	font-size: small;
	font-variant:small-caps;
	color: #333333;
}
.style7 {
	color: #000066;
}
.style11 {
	font-size:12px;
	line-height:13px
}
.style12 {
	font-size: xx-small;
	text-align: right;
}
.style13 {
	font-size: small;
}
a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	text-decoration:underline
}
.style15 {
	text-decoration: none;
}
.style16 {
	text-decoration: underline;
}
.style17 {
	text-align: left;
}

/* layer mouseover */
.extra {
	display:inline; 
	float:left; 
	text-decoration:none; 
	margin:0 3px;
}
.extra em {
	font: Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; 
}
.extra b {
	display:none;
}
.extra em.txt {
	display:none;
}
.extra .color1 {
	background:#ccc;
}
.extra img {
	border:0; 
	display:block;
}
.extra:hover {
	background:#fff; 
	position:relative;
	cursor:pointer;
	text-decoration: none;
}
.extra:hover b {
	display:block; 
	position:absolute; 
	top:80px; 
	left:0; 
	width:189px; 
	background:#000; 
	height:50px; 
	filter:alpha(opacity=70);
	opacity: 0.7;

}
.extra:hover em.txt {
	display:block; 
	position:absolute; 
	top:90px; 
	width:189px; 
	text-align: center; 
	height:50px; 
	color:#fff; 
	margin:0; 
	line-height:1.0em;
}

/* layer mouseover 2 */

.extra2 {
	display:inline; 
	float:left; 
	text-decoration:none; 
	margin:0 3px;
}
.extra2 em {
	font: Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; 
}
.extra2 b {
	display:none;
}
.extra2 em.txt {
	display:none;
}
.extra2 .color1 {
	background:#ccc;
}
.extra2 img {
	border:0; 
	display:block;
}
.extra2:hover {
	background:#fff; 
	position:relative;
	cursor:pointer;
	text-decoration: none;
}
.extra2:hover b {
	display:block; 
	position:absolute; 
	top:0px; 
	left:0; 
	width:189px; 
	background:#000; 
	height:130px; 
	filter:alpha(opacity=70);
	opacity: 0.7;

}
.extra2:hover em.txt {
	display:block; 
	position:absolute; 
	top:10px; 
	width:189px; 
	text-align: center; 
	height:50px; 
	color:#fff; 
	margin:0; 
	line-height:1.0em;
}

