html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
ul {
	margin-left: 20px;
	margin-right: 20px;
	list-style-type: square;
}
.bluepara {
	font-size: 11px;;
	color: #0069B1;
	background-color: transparent;
}
h1 { /* blue gray headers */
	font-size: 20px;;
	line-height:20px;
	font-weight: bold;	
	margin-bottom:10px;		
	color: #0069B1;
	background-color: transparent;
}
h3 {  /* black */
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom:5px;	
	color: #333333;
	background-color: transparent;	
}
h2 {  /* black */
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom:5px;	
	color: #000000;
	background-color: transparent;	
}

img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin-right: 15px;
}
.imgright {
  float: right;
	margin-left: 15px;
}
.clearboth {
	clear: both;
}

.mediumtext {
	font-size: 14px;
}

a:link {
	color: #0000CC;
	text-decoration:none;
}
a:visited {
	color: #0000CC;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	text-decoration: underline;
}
