@CHARSET "UTF-8";
@import url("/styles/forms.css");

#distance {
  height: 15px;
	clear: both;
}
#clearer {
  clear: both; 
	height: 0px;
	overflow: hidden;
} 


#mainCol .htmlText {
	padding-bottom: 15px; 
	line-height: 1.6em;
	color: #000000; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
#topLeftTbl .htmlText { 
  padding-left: 3px;
	line-height: 1.6em;
	color: #000000; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;   
}

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


/* Image left aligned:  
   img always right at the left, text with padding of 10px towards the img*/
#imgRightAlignedWithText {
  float: right;
	margin-left: 5px; margin-bottom: 5px;
	padding-bottom: 3px; 
}
#imgLeftAlignedWithText {
  float: left;
	margin-right: 5px; margin-bottom: 5px;
	padding-bottom: 3px; 
}




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

/* object page title */
h1.pagetitle {
  font-size: 14px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #33CC00;
	padding-bottom: 3px; padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}





