@charset "utf-8";

/* CSS Document */

.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.text_body_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.text_body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.text_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.text_hidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	visibility: hidden;
}

.images_proj_thumbs {
	filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
	cursor: pointer;
}
.images_proj_thumbs:hover {
	text-decoration: underline;
	/* CSS3 standard */
  opacity:1.0;
  
}

