@charset "utf-8";
/* CSS Document */
.content_style {
	width:770px;
	font:Arial;
	/*border-color:#999;
	border-style:dashed;
	border-width:1px;*/
}

.substyle {
	padding-left:5px;
}

.substyle a{
    font:Arial;
	text-align:left;
	line-height:1.5em;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

.substyle1 a{
font:Arial;
text-align:left;
font-size:12px;
text-decoration:none;
}

#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
//padding: 2px 5px;
}

/*---- jtip---*/

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	font:Arial;
	display:none;
	}	
#tooltip b{
	color:#009;
	text-decoration:blink;
}
	
