body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size:10pt;
	background-color:#abdde8;
}

.black {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size:10pt;
	color: black;
	padding:0px;
	margin:0px;
	text-align:left;
	
}
.smallwhite {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size:10pt;
	color: white;
	padding:0px;
	margin:0px;
	text-align:left;
	
}
.smallblack {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size:10pt;
	color: black;
	padding:0px;
	margin:0px;
	text-align:left;
	
}
p, div, table, tr, td, form, input { 
	font-size:10pt;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}
UL { list-style:disc;
     font-size:10pt;
}
.a:link {
	color: navy;
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
}
.a:visited {
	color: navy;
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
}
.a:active {
	font-size:10pt;
	color:maroon;
	font-weight:normal;
	text-decoration:underline;
}
.a:hover {
	font-size:10pt;
	color:maroon;
	font-weight:normal;
	text-decoration:underline;
}
.a1:link {
	color: white;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}
.a1:visited {
	color: white;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}
.a1:hover {
	font-size:10pt;
	color:yellow;
	font-weight:normal;
	text-decoration:underline;
}

h1 {
	font-size:16pt;
	color:navy;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}
h2 {
	font-size:14pt;
	color:maroon;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

hr {
	border: none;
	background-color: transparent;
	color: gray;
	height: 1px;
	width: 50%;
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}



