a {
	color:						#000000;
	font-size:					10pt;
	text-decoration:			none;
	border-bottom-style:		none;
	border-bottom-width:		1;
}

a:hover {
	text-decoration:		none;
	border-bottom-style:	dashed;
	border-bottom-width:	1;
}

body {
/*background:					url(asset/B0.jpg); */
  background:         url(asset/background.jpg) repeat-y center;
	background-color:			#FFFFFF;
}

b {
	color:						#000000;
}

div {
	margin-left:				10;
	margin-right:				10;
}

h1 {
	color:						#597696;
	font-size:					10pt;
	margin-left:				10;
	margin-top:					20;
}

h3 {
	color:						#597696;
	font-size:					8pt;
	margin-left:				10;
	margin-top:					20;
}

hr {
	border:						0;
	border-bottom-color:		#597696;
	border-bottom-style:		dashed;
	border-bottom-width:		1;
	height:						0;
	margin:						0;
	padding:					0;
	width:						100%;
}

p {
	margin-left:				10;
	margin-right:				10;
	margin-top:					5;
}

.pContent {
	margin-bottom:			0;
	margin-top:				15;
}

.list-article {
	margin-left:			0;
	margin-right:			15;
	text-align:				justify;
}

table {
	font-family:				Verdana, Arial, MS Sans Serif;
	font-size:					10pt;
}

.tblMain {
	background-color:		#FFFFFF;
	border-color:			#644F24;
	border-style:			solid;
	border-width:			1;
	font-family:			Verdana, Arial, MS Sans Serif;
	font-size:				10pt;
	margin-left:			auto;
	margin-right:			auto;
	width:					760;
	padding:				0;
}

td {
	margin-left:				10;
	margin-right:				10;
}

.tdContent {
	margin-left:			10;
	margin-right:			10;
	vertical-align:			top;
	width:					620;
}

.tdTopics {
	border-right-color:		#597696;
	border-right-style:		dashed;
	border-right-width:		1;
	height:					5;
	vertical-align:			top;
	width:					165;
}

.tdHeader {
	background-color:		#FFFFFF;
	background:				url(asset/H0.jpg);
	background-repeat:		no-repeat;
	border-bottom-color:	#644F24;
	border-bottom-style:	solid;
	border-bottom-width:	1;
	color:					#FFFFFF;
	height:					120;
	vertical-align:			top;
}

.tdRow {
	background:				url(asset/H1.jpg);
	color:					#000000;
	font-size:				8pt;
	height:					50;
	margin:					0;
	text-align:				center;
	vertical-align:			middle;
}

.tdRow a {
	color:				#FFFFFF;
	font-size:			8pt;
	font-weight:		normal;
	margin-Top:			0;
}

ul {
	font-size:					10pt;
	list-style-type:			disc;
	margin-right:				10;
	text-align:					left;
}

.cat-description {
	font-style: italic;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: dashed 1px #597696;
}

.subcat-description {
	font-style: italic;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: dashed 1px #597696;
}	

.article-date {
	font-size: 9px;
	font-style: italic;
}

.article-description {
	font-size: 80%;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	border-top: dashed 1px #597696;
	border-bottom: dashed 1px #597696;
}

.article-description h3 {
	margin-left: 0;
	margin-top: 10px;
}

.article-content {

}

.article-footer {
	font-size: 9px;
	text-align: center;
	margin-bottom: 5px;
}

.article-content img {
	margin-left: 10px;
	margin-right: 5px;
}

.small-info {
	color:#808080;
	margin-top: 3px;
	margin-left:0;
	font-size: 9px;
}

.small-info a {
	color:						#597696;
	font-size: 9px;
	text-decoration:			none;
	border-bottom: none;
}

.small-info a:hover {
	text-decoration:		none;
	border-bottom-style:	dashed;
	border-bottom-width:	1;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
