/* CSS Document */
.inlog {
	font-size:smaller;
	font-weight:bold;
}

#Layer3 {
	position:absolute;
	left:805px;
	top:2px;
	width:103px;
	height:81px;
	z-index:1;
	visibility: visible;
}

#Layer4 {
	position:absolute;
	left:818px;
	top:2px;
	width:108px;
	height:75px;
	z-index:2;
}

.image {
	border-color: #0099CC;
	border-style: solid;
	border-width: medium;
}

.style1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
}

.p_head {
	font-weight:bold;
	line-height: 18px;
}

table {
	font-family: Verdana;
	font-size: 10pt;
}

#hintbox { /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #FFFFCC;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}

.article_desc {
 	font-size:smaller;
	color:#0066FF;
}

.vet {
	font-weight:bold;
	color:#0099CC;
}
.marg_left-8 {
	margin-left:-12px;
}
