a img {
	border: 0px;
}

a:link {color: #FF8000;}     /* unvisited link */
a:visited {color: #FF8000;}  /* visited link */
a:hover {color: #00AE01;}   /* mouse over link */
a:active {color: #00AE01;text-decoration: none;}   /* selected link */

p {
	margin: 5 15 5 15;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	text-align: justify;
	color: #127CB8;
}

H2{
	margin: 5 15 0 15;
	font: bold 1em "Times New Roman", Times, serif;
	color: #127CB8;
}

UL.normal {
	margin: 0 15 0 25;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	text-align: justify;
	color: #127CB8;
}
LI {
	margin: 0 15 0 25;
}

.firstLetter {
	height: 26px;
	float: left;
	position: relative;
	left: 12px;
	margin: 3 3 -1 0; 
	background-repeat: no-repeat;
	background-position: top left;
}
.firstLetterText{
	margin: 5 15 5 15;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	text-align: justify;
	color: #127CB8;
}
.W {
	background-image: url(letters/w.gif);
	width: 51px;
}
.S {
	background-image: url(letters/s.gif);
	width: 35px;
}
.C {
	background-image: url(letters/c.gif);
	width: 30px;
}
.E {
	background-image: url(letters/e.gif);
	width: 30px;
}
.U {
	background-image: url(letters/u.gif);
	width: 40px;
}
.A {
	background-image: url(letters/a.gif);
	width: 50px;
	height: 33px;
} 

