img {
  border:0;
}

/* Image aligned to the top left where text floats around it */
img.topleft {
	float:left;
	/* top, right, bottom, left*/
  margin: 0 20px 15px 0;
}

/* Box aligned to the top right where text floats around it */
.topright {
  float:right;
	/* top, right, bottom, left*/
  margin: 0 0 15px 20px;
}

/* Box that floats to the right in the middle of the text. To be used for images. */
.middleleft {
  float:left;
	/* top, right, bottom, left*/
  margin: 15px 20px 15px 0;	
}

/* Box that floats to the right in the middle of the text. To be used for images. */
.middleright {
  float:right;
	/* top, right, bottom, left*/
  margin: 15px 0 15px 20px;	
}

.text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.links {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.linksbold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
td {
	font-size: 11px;
}
h1 {
	font-size: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #999999;
}
li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
tr {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
a {
	color: #666666;
}
h2 {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
.onePointFiveLines {
	line-height: 150%;
}
.flickrimg {
	margin: 3px;
}
.relatedContent {
	margin: 10px;
	padding: 10px;
	float: right;
	border: 1px solid #CCCCCC;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}
