p {
font-family:"Century Gothic", Verdana, Arial, sans-serif
font-size:12px;
}

h1,h2,h3,h4,h5,h6 {
font-family:"Century Gothic", Verdana, Arial, sans-serif
letter-spacing:.05em;
font-weight:normal;
}
.header_dotted {
border-bottom:dotted;
border-color:#FFCC99;
}

a:link,a:visited,a:hover,a:active{
	text-decoration: none;
	color:#000000;
	font-weight:800;
}
.img_trans {
	opacity: 0.50; 
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
}
.img_trans:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
}


