
/* elements */
	
	body,
	input,
	textarea,
	select {
		font-size: 12px;
		font-family: Arial,sans-serif;
		line-height: 1.4;
		color: #666;
	}
	
	strong {
		color: #737373;
	}
	
	sup {
		font-size: 80%;
		vertical-align: super;
	}
	
	pre {
		font-size: 10px;
	}
	
/* classes */
	
	.fineprint {
		font-size: 10px;
	}
	
	.center {
		text-align: center;
	}
	
/* links */
	
	a {
		color: #74b74a;
		text-decoration: none;
	}
	
	a:hover {
		color: #808080;
	}
	
	a.action {
		color: #0099ce;
		white-space: nowrap;
	}
	
	a.action:hover {
		color: #808080;
	}
	
	#nav ul ul li a {
		color: #4c4c4c;
	}
	
	#nav ul ul li a:hover {
		color: #0099ce;
	}
	
	#sidebar #call-for-details a {
		color: #808080;
	}
	
	#sidebar #call-for-details a:hover {
		color: #666;
	}
	
	#quick-links a {
		color: #666;
	}
	
	#quick-links a:hover {
		color: #0099ce;
	}
	
	#footer a {
		color: #666;
	}
	
	#footer a:hover {
		color: #808080;
	}
	
	#footer .navigation .lawrynowicz a {
		color: #4c4c4c;
		font-weight: bold;
	}
	
	#footer .navigation .lawrynowicz a:hover {
		color: #808080;
	}
	
	#footer .copyright a {
		color: #74b74a;
		text-decoration: none;
	}
	
	#footer .copyright a:hover {
		color: #808080;
	}
	
	#footer .legal .operated a {
		color: #737373;
		font-weight: bold;
	}
	
	#footer .legal .operated a:hover {
		color: #808080;
	}
	
	.faq-links a {
		color: #666;
	}
	
	.faq-links a:hover {
		color: #74b74a;
	}
	
/* headers */
	
	h2 {
		font-size: 26px;
		font-weight: normal;
		letter-spacing: 0.5px;
		color: #0099ce;
		margin-left: -1px;
		/*text-shadow: 1px 1px #AAA;*/
	}
	
	h3 {
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 0.5px;
		color: #0099ce;
		/*text-shadow: 1px 1px #EEE;*/
	}
	
	#sidebar h3 {
		font-size: 20px;
		font-weight: normal;
		color: #4d4d4f;
	}
	
	#sidebar #call-for-details h3 {
		font-size: 15px;
		color: #4d4d4f;
	}
	
	#quick-links h3 {
		font-size: 15px;
		color: #74B74A;
		line-height: 20.8px;
	}
	
	#footer h3 {
		font-size: 10.5px;
		font-weight: bold;
		color: #666;
	}
	
	.quote-personal legend,
	.quote-ticket legend {
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 0.5px;
		color: #0099ce;
	}
	
/**/

#sidebar p {
	font-size: 11px;
}

#call-for-details li {
	font-size: 10.5px;
}

#footer {
	font-size: 10.5px;
}

#footer .copyright {
	font-weight: bold;
}



ol.h3-number-hack {
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #0099ce;
}
ol.h3-number-hack p {
	font-size: 12px;
	letter-spacing: 0px;
	color: #666;
}



