body, p, td, li, blockquote, input, textarea, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	line-height: 20px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}
a:link {
	color: #330099;
	text-decoration: none;
}
a:active {
	color: #330099;
	text-decoration: none;
}
a:visited {
	color: #330099;
	text-decoration: none;
}
a:hover {
	color: #330099;
	text-decoration: underline;
}
p {
	margin: 2px 0px 6px 0px;
}
p.dropCap:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size : 300%;
  font-weight : bold;
  float : left;
  width : 1em;
}
p.dropCap {
	margin: 20px 0px 6px 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #599F8F; 
}
h1 {
  font-size: 18px;
  margin: 0px 0px 8px 0px;
  border-bottom: 1px solid #969696;
}
h2 {
  font-size: 16px;
  margin: 12px 0px 6px 0px;
}
h3 {
  font-size: 13px;
  margin: 8px 0px 3px 0px;
}
.mainBlock {
	background-color: #afbfca;
}	
.menuBlock {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
  color: #599F8F; 
	margin: 24px 12px 12px 12px;
	padding: 0px;
	line-height: 19px;
}
a.menuLink:link {
  color: #599F8F; 
	text-decoration: none;
}
a.menuLink:active {
  color: #599F8F; 
	text-decoration: none;
}
a.menuLink:visited {
  color: #599F8F; 
	text-decoration: none;
}
a.menuLink:hover {
	color: #b8fef0;
	text-decoration: none;
}
.contentBlock {
	margin: 24px 12px 12px 12px;
	padding: 0px;
}
.copyrightBlock {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5c79af;
	margin: 24px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	line-height: normal;
}
.smallText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5c79af;
}
.artImage {
	margin:0px;
	padding:2px;
	background-color: #85f4cb;
	border: 1px solid #999999;
}
.imageLeft {
  margin: 6px 6px 0px 0px;
	padding: 2px 2px 2px 2px;
	background-color: #85f4cb;
	border: 1px solid #999999;
}
.captionLeft {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #006699;
	margin: 0px 6px 6px 6px;
	padding: 0px;
	line-height: 12px;
}
.imageRight {
  margin: 6px 0px 0px 6px;
	padding: 2px 2px 2px 2px;
	background-color: #85f4cb;
	border: 1px solid #999999;
}
.captionRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #006699;
	margin: 0px 6px 6px 6px;
	padding: 0px;
	line-height: 12px;
}
.insertQuoteLeft {
	font-family: Georgia, "Times New Roman", sans-serif;
 	font-size: 16px;
	font-style: italic;
	font-weight: bold;
  color: #599F8F;
  float: left;
  width: 30%;
  margin: 6px 12px 12px 0px;
  padding: 6px;
}
.insertQuoteRight {
	font-family: Georgia, "Times New Roman", sans-serif;
 	font-size: 16px;
	font-style: italic;
	font-weight: bold;
 	color: #599F8F;
 	float: right;
 	width: 30%;
 	margin: 6px 0px 12px 12px;
 	padding: 6px;
}
.highlightRed {
	color: #CC3300;
	font-weight: bold;
}