
h1.red, h2.red {
  color: #cc0000;
}

#distance {
  height: 15px;
	clear: both;
}

#htmlText {
	padding-bottom: 10px; 
	line-height: 1.6em;
	color: #000000; 
	font-size: 11px;
}
#htmlText p {
  font-size: inherit;
	color: inherit;
}

#image1 {
	overflow: hidden;
	font-size: 11px;
	color: #666666;
}
#image1 .subtitle {
  padding-top: 5px;
}

/* object image aligned with text (left/right) */
div.imgWithTxtLeft, div.imgWithTxtRight {
  margin: 15px 0 15px 0;
}
div.imgWithTxtLeft div.image {
  float: left;
	padding: 0 20px 10px 0;
}
div.imgWithTxtRight div.image {
  float: right;
	padding: 0 0 10px 20px;
}
div.imgWithTxtLeft div.text {
	
}

div.imgWithTxtLeft div.subtitle, div.imgWithTxtRight div.subtitle {
	padding-top: 5px;
  text-align: center;
	color: #666;
	font-size: 11px;
}


#imgRightAlignedWithText {
  border: 0px;
	width: 100%;
}
#imgRightAlignedWithText td {
  margin: 0px;
	padding: 0px;
	width: 50%;
	vertical-align: top;
}
#imgRightAlignedWithText td.imgCell {
  padding-left: 17px;
	/*background: #ccff33;*/
}
#imgRightAlignedWithText div.subtitle {
  padding-top: 4px;
	font-size: 10px;
	color: #666;
}

/* object: separator */
#separator {
	padding-bottom: 5px;
}
#separator .in {
  height: 2px;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}

.extLink {
  margin: 15px 0;
}
.extLink h3 {
  margin: 0;
	padding: 10px 0 3px 0;
}
.extLink p {
  margin: 0;
	padding: 3px 0;
}


/*  ***************************************************************************  *
 *   CUSTOM (NON GENERIC) OBJECTS 
 *  ***************************************************************************  */

/* image4 must be placed 60px left, outside the contentArea as the contentArea itself has a padding-left of 60 */ 
#image4 {
  width: 688px; 
	margin: 15px 0 20px -60px;
	padding-left: 60px;
	/*background: #003399;*/
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 638px;
}
html>body #image4 { 
	width: 638px;
}
#image4 div.std {
	float: left;  
  border-right: 2px solid #fff;
}
#image4 div.last {
	float: left;  
  border: 0;
}
#image4 div.subtitle {
  text-align: center;
	font-size: 11px;
	color: #666633;
}


/* mainTopic */
#mainTopic {
  padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #999966;
}
#mainTopic div.image {
  float: left;
	width: 158px;
}
#mainTopic div.text {
  float: left;
	margin-left: 20px;
	width: 400px;
}
#mainTopic div.intro {
	font-size: 12px;
}
#mainTopic p {
  font-size: inherit;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}
#mainTopic h3 {
  clear: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #666633;
}
#mainTopic h3 a, a:active, a:visited {
  text-decoration: none;
	color: inherit;
}



/*  ***************************************************************************  *
 *   CONTAINERS  
 *  ***************************************************************************  */
 
/* container mainTopic */
#topicBigWithImage {
  padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
#topicBigWithImage div.image {
  float: left;
	width: 158px;
	overflow: hidden;
}
#topicBigWithImage div.text {
  float: left;
	margin-left: 20px;
	width: 400px;
}
#topicBigWithImage div.intro {
	font-size: inherit;
}
#topicBigWithImage p {
  font-size: inherit;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}
#topicBigWithImage ul {
  margin-top: 0px;
}
#topicBigWithImage h3 {
  clear: none;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 8px;
	color: #003333;
}
#topicBigWithImage h3 a, a:active, a:visited {
  text-decoration: none;
	color: inherit;
}



