.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1e1ebf;
}
.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5a5d5d;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:Bold;
	color: #299d9d;
}
.ventures{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:Bold;
	color: #299d9d;
	text-decoration:none;
}
.ventures:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:Bold;
	color: #299d9d;
	text-decoration:underline;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.about
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
.aboutbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: black;
}
.paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: Black;	
	text-decoration:none;
	font-weight:normal;
}

.paging:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: Black;	
	text-decoration:underline;
	font-weight:normal;
}

.container {
   background-color: #ffffff;  /* the background          */
   filter:alpha(opacity=75);   /* Internet Explorer       */
   -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
   opacity: 0.8;               /* newer Mozilla and CSS-3 */
}
