body
{
	margin: 0px;
	padding: 0px;
 
}

img 
{
	border: none;
}

.content h1
{
	font-size: 14pt;
	margin: 10px 0px;
}

.content h2
{
	font-size: 10pt;
	margin: 10px 0px;
	font-weight: bold;
}


.content input.txt
{
	border: solid 1px Black;
	font-size: 9pt;
	padding:2px;
}

.content input.btn
{
	background: #000;
	color: #fff;
}

.content span.fn
{
	font-weight: bold;
}

.content span.quote
{
	font-size: 13pt;
	color: #b80000;
	font-weight: bold;
}
div.ajax__calendar_days table tr td
{ padding-right:0px; }

.btnSearch { border: none; color: White; background-color: #045185;}

div.error {border: solid 1px #f00;  padding: 1px;  margin-bottom: 5px;}
div.error span { display: block; background: #f00; color: White; padding: 4px 5px;}