@CHARSET "UTF-8";



/* ***************************************************************** *
 *   OBJECTS IN THE CONTENT AREA  
 * ***************************************************************** */
#content h1 {
  padding: 12px 0 14px 0;
	margin: 0;
  font-size: 18px;
	color: #C61D00;
}
#content h2 {
  padding: 3px 0 8px 0;
	margin: 0;
  font-size: 13px;
	font-weight: bold;
	color: #ff9900;
}
#content h3 {
  padding: 0 0 2px 0;
	margin: 0;
  font-size: 12px;
	font-weight: bold;
	color: #565353;
}
#content ul {
  margin: 8px 0 6px 0;
}
#content div.htmlText {
	padding: 5px 0 20px 0; 
	line-height: inherit;
	color: inherit; 
	font-size: inherit;
}
#htmlText p, div.htmlText p {
  padding: 4px 0 12px 0;
	margin: 0;
	font-size: inherit;
	color: inherit;
}
#content a, #content a:visited, #content a:active  {
  color: #333333;
	text-decoration: underline;
}
#content a:hover {
  color: #666666;
}
#content div.separator {
	height: 20px;
	overflow: hidden;
} 



/* object: image left aligned with text / image right aligned with text */
#content div.imgLeftAlignedWithText, #content div.imgRightAlignedWithText {
  margin: 0 0 12px 0;
}
#content div.imgLeftAlignedWithText div.image {
  float: left;
	padding: 0 0 5px 0;
	margin-right: 10px;
}
#content div.imgRightAlignedWithText div.image {
  float: right;
	padding: 0 0 5px 0;
	margin-left: 10px;
}
#content div.imgLeftAlignedWithText div.image div.subtitle, 
#content div.imgRightAlignedWithText div.image div.subtitle  {
  padding: 3px 0 0 0;
	width: 100%;
  text-align: center;
  font-size: 11px;
	line-height: 1em;
	color: #666;
}





