
h1, h1.csc-firstHeader, h1 a.internal-link {
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 24px;
	color: #2e3a5f;
} 
	
h1 a.internal-link:hover, h1 a.internal-link {
	text-decoration: underline;
}

a, a.internal-link, a.mail, a.external-link-new-window {
	color: #2a7c02;
} 

b a.internal-link, b a.mail,  b a.external-link-new-window {
	font-weight: bold;
}

.green   {color:#2a7c02;}
strong .green {color: #2a7c02; font-weight:bold;}
b .green {color: #2a7c02; font-weight:bold;}

.blue {color: #2E3A5F;}
strong .blue {color: #2E3A5F; font-weight:bold;}
b .blue {color: #2E3A5F; font-weight:bold;}


h2, h2 a, h2 a.internal-link {
	font-size: 22px;
	color: #2E3A5F;
}
h3, h3 a, h3 a.internal-link {
	font-size: 20px;
	color: #2E3A5F;
}
h4, h4 a, h4 a.internal-link {
	font-size: 22px;
	color: #2a7c02;
}
h5, h5 a, h5 a.internal-link {
	font-size: 20px;
	color: #2a7c02;
}
h6, h6 a, h6 a.internal-link {
	font-size: 18px;
	color: #2a7c02;
	margin: 0;
}

span.span1 {
	color: PINK;
	font-size: 13px;
	font-weight: bold;
}
 
p.align-left,   td.align-left,  h1.align-left,  h2.align-left,  h3.align-left,  h4.align-left,  h5.align-left,  h6.align-left  { text-align: left; }
p.align-center, td.align-center,h1.align-center,h2.align-center,h3.align-center,h4.align-center,h5.align-center,h6.align-center{ text-align: center; }
p.align-right,  td.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right { text-align: right; }

