body {
	Background-color: white;
	background-image: url(images/bg4.jpg);
}

img.fleft {
float: left;	
margin: 18px 25px 0 0;
}

img.fright {
float: right;	
margin: 0 300px 0 0;
}

.clearall {
clear: both;
}

a {
	Font-size: 1em;
	Font-family: Arial, Helvetica, sans-serif;
	Color: #22A2A2;
}

	h1 {
	Font-size: 20pt;
	Font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	word-spacing: .5em;
	text-align: Center;
	Color: #0D5A5A;
	background-color: #D5FBFA;
	border-top: solid #0D5A5A;
	border-bottom: solid #0D5A5A;
}

h2 {
	Font-size: 16pt;
	Font-family: Arial, Helvetica, sans-serif;
	text-align: Left;
	color: #1a7070;
	background-color: #D5FBFA;
	background-image: url(images/bg5.jpg);
}

p {
	Font-size: 14pt;
	Font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	text-align: Left;
	Color: #0A333E;
	margin: 0em;
}

strong {
	font-weight: bolder;
	text-transform: small-caps;
}

em {
	font-weight: 700;
}

li {
	Color: #0A333E;
	list-style-type: square;
	background-image: url(images/bg5.jpg);
	padding: 5px;
	line-height: 20px;
}

img.alignl {
	text-align: left;
}

.alignr {
	text-align: right;
}

.alignc {
	text-align: center;
}

.strem {
	font-weight: bold, italic;
}

strong em {
	font-weight: bold, italic;
	color: #184552;
}

.ad {
text-align: center;
color: white;
background-color: black;
padding: 10px 10px 10px 10px;
text-transform: uppercase;
float: right;

}

a:link {
	Color: #1c6445;
}
a:visited {
	Color: #0e4f7d;
}
a:hover {
	Color: #59e384;
}
a:active {
	Color: #22A2A2;
}