/* -------------- OYM.CSS ----------------- */
.orangetext {
	color: #FAAC01;
}
.circle {
	list-style:circle
}
.photo {
	border : 2px solid #CDCDCD;
}
.line_dot {
	margin-top: 20px;
	border-top : 1px dashed #688CC1;
}
.invalid {
	border-color: #ff0000;
	background-color: #ffcccc;
}
.indent {
	padding-left: 20px;
}
.imageright_bdr {
	float: right;
	margin: .4em 0px 0px 12px;
	border : 2px solid #CDCDCD;
}
.imageleft_bdr {
	float: left;
	margin: .4em 12px 0px 0px;
	border : 2px solid #CDCDCD;
}
.italic {
	font-style: italic;
}
.cgacp {
	padding-left: 20px;
	font-size: 1.2em;
	font-style:italic;
	font-weight:bold;
}
.fee_line {
	text-align: left;	
	border: .3em ridge #CCCCCC;
	padding: 4px;
	background-color:#FA9C00;
}
div.hr {
	height: 32px;
	background-attachment: scroll;
	background-image: url(../site_imgs/hr1.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.hr hr {
  display: none;
}

