body{  font-family: "Times New Roman", Times, serif; font-size: 12px;}
.text-2 {  font-size: 13px}
a:link,a:visited {  color: #2E5289; text-decoration:underline;}
a:hover{color:#C60; text-decoration:none;}
.left_menu {  font-family:  "Times New Roman", Times, serif; font-size: 14px; padding-left:15px; padding-right:15px;}
.menu {  font-family: "Times New Roman", Times, serif; font-size: 14px}
.table_caption { font-family:"Times New Roman", Times, serif; font-size:12px; color:#FFF; background-color:#E2762C; font-weight:bold;}
.table_head_col{ font-family:"Times New Roman", Times, serif; font-size:12px; color:#800000; background-color:#FFF;font-weight:bold;}
.table_col{ font-family:"Times New Roman", Times, serif; font-size:12px; color:#000; background-color:#FFF;}
.textHeader{ font-family: "Times New Roman", Times, serif; font-size: 14px; }
.textHeaderIndex{ font-family: "Times New Roman", Times, serif; font-size: 14px; }
.autoTableText{ font-family:"Times New Roman", Times, serif; font-size:10px; color:#000; background-color:#FFF;}
.leftMenuDiv{padding-bottom:4px;}
.srcTab{border-bottom:#003 0px solid; padding:5 0 5 0; font-weight:bold; font-size:12px; background-color:#FFF;}
.nomLst{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
}
/*	body { background-color:#292929; color:white;text-align:center; font-family: 'georgia'; font-size: 13px; }  not important */
		.thumbnailWrapper { width:477px; margin:0px auto; } /* not important */
		
		.thumbnailWrapper ul { 
			list-style-type: none; /* remove the default style for list items (the circles) */ 
			margin:0px; /* remove default margin */
			padding:0px; /* remove default padding */
		}
		.thumbnailWrapper ul li { 
			float:left; /* important: left float */
			position:relative; /* so we can use top and left positioning */
			overflow:hidden; /* hide the content outside the boundaries (ZOOM) */
		}
		.thumbnailWrapper ul li a img { 
			width:238px; /* not important, the pics we use here are too big */
			position:relative; /* so we can use top and left positioning */
			border:none; /* remove the default blue border */
		}
		.caption{
			position:absolute; /* needed for positioning */
			bottom:0px; /* bottom of the list item (container) */
			left:0px; /* start from left of the list item (container) */
			width:100%; /* stretch to the whole width of container */
			display:none; /* hide by default */
			/* styling bellow */
			background:#F60;
			color:white;
			opacity:0.7;
		}
		.caption .captionInside{
			/* just styling */
			padding:10px;
			margin:0px;
			font-weight:bold;
		}
		.clear { clear:both; } /* to clear the float after the last item */
