body {
	background: #FFFFFF;
	color: #000000;
	font-family: verdana;
	font-size: 0.8em;
	margin: 20px 0px 0px 0px;
	padding: 0;
	text-align: left;
}

a:link {color: #000000; text-decoration:  none; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: underline; }

.highlight {
	background: cyan;
	color: #000000;
	text-decoration: none;
}


.right {
	font-size: 1.0em;
	padding-right: 100px;
	text-align: right;
}

#info a img {
	border: 0;
}
#info {
	border: 1px solid #C2C7BE;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
	padding: 0px 15px 0px 15px;
	position: relative;
}

#info a, #info a:visited {
	color: #8A9483;
	text-decoration: none;
}

#info a:hover {
	background: cyan;
	color: #000000;
	text-decoration: underline;
}

#info a.i1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic {
	background-color: #FFFFFF;
	left: 0px;
	position: relative;
	top: 0px;
	width: 50px;
	height: 50px;
}

#pic :hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 50px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 50px;
}

#pic a.p1:hover {
	background-color: #FF0000;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	left: 100px;
	position: relative;
	top: -55px;
	width: 200px;
	height: 200px;
	
}


