/*
	IND Airport
	Author: Daniel Hammer
	Date: July 21, 2024

	Filename: /css/css-rentalcars-detail.css
*/

fieldset {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	width: 80%;
	margin: 15px auto 0px auto;
	padding: 10px 20px 15px 20px;
	border-radius: 8px;
	border-color: #006699;
	line-height: 20px;
}

#agencytelephone {
	margin: 20px auto 0px auto;
}

.agencylegend {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}

.agencylink {
	color: #006699;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.numstyle {
	color: #006699;
	background-color: #ffffff;
	font-weight: bold;
}
