/* this file is for styles that apply to ALL files */




body {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans;
}

#indexname, #indexsmall {
	font-weight: normal;
	margin: 0px;
}

h2 { 
	font-weight: normal;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	margin-bottom: -2px;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0px;
}

h4 {
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px;
	font-family: Arial;
}

a {
	text-decoration: none;
	color: #2F2F6F;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.nocss { /* things we want to hide from CSS-enabled browsers */
	display: none;
}

/* opacity classes */

.opac25 {
	opacity: .25;
	filter: alpha(opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: 0.25;
}

.opac50 {
	opacity: .5;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
}

.opac75 {
	opacity: .75;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 0.75;
}

.opac100 {
	opacity: 1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
