.xmlContent {
	font: 9pt Arial,Helvetica,sans-serif;
	color: black
	}

img {
border:none;
}

img.floatLeft {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

img.floatRight {
	float: right;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.xmlContent a:link, .xmlContent a:visited, .xmlContent a:active
{
	color: black;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
  }

h2 a:link, h2 a:visited {
  color: #5232AC;
  }

h1, h2, h3, h4
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5232AC;
}

h1 {
  font-size: 18pt;
  border-bottom: 3px solid #5232AC;
  padding-bottom: 4px;
  padding-top: 6px;
  padding-left: 6px;
  margin-top: 0px;
  background-color: #E5DCFF;
  }

h2 {
  font-size: 13pt;
  border-bottom: 1px solid #947DD5;
  margin-top: .5em;
  margin-bottom: .4em;
  }

h3 {
  font-size: 12pt;
  border-bottom: 1px solid #5232AC;
  padding-bottom: 0px;
  }

h4 {
  font-size: 11pt;
  border-bottom: 1px solid #5232AC;
  padding-bottom: 0px;
  }


div.authorBox {
	float: right;
	border: 0px solid #ccc;
	/*background: white;*/
	width: 200px;
	padding: 2px;
	margin-left: 5px
	}

div.authorBox img {
	margin-left: 10px;
	float: right
	}

div.authorName {
	text-align:right;
	margin-right:10px;
	padding-top: 5px
	}

.authorName a:link,
.authorName a:visited { text-decoration: none }
.authorName a:active,
.authorName a:hover { text-decoration: underline }

div.authorRole {
	text-align:right;
	font-size: smaller;
	font-style:italic;
	margin-right:10px
	}

div.blogDate {
	font-size: smaller;
	color: #5232AC;
	}

div.blogBody {
	text-align: justify
	}

h2.blogTitle {
	border: none;
	margin-bottom: 3px;
	}

p {
	margin: 0.8em 0em;
	}

div.blogBack0
{
	padding: 6px;
	clear: both
}

div.blogBack1
{
	padding: 6px;
	background-color: #eee;
	clear: both
}


