
/* CSS Document */



h2 {
	font-size: 15px;
	color: #0043a0;
	font-weight: bold;
	mmargin: 10px 0;
}

h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 10px 0;;
}

h4 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin: 10px 0;
}

h5 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0;
}

h6 {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin: 10px 0;
}



hr {
    border-style: solid;
    background-color: #00419b;
    height: 1px;
    border: none; 
    width: 100%; 
    color: #00419b;
}


.redTEXT {
	font-weight: bold;
	color: #ED2E2E;
}

.smallTEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	color: #0043a0;
}

.smallestTEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	color: #0043a0;
}

.largeTEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	color: #0043a0;
}

.largerTEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	color: #0043a0;
}

.largestTEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	color: #0043a0;
}
.imgRight{
margin:10px;
float:right;
}
.imgLeft{
margin:10px;
float:left;
}

.textCenter{
text-align:center;
}

.tableMain{
background:#e2e2e2;
color:#666666;
font-weight:normal;
border:none;
padding:0;
font-size:11px;
}

.tableHeads {
background: #0043a0 url(images/bttn-bkgd.gif) repeat-x top;
font-weight:bold;
color:#fff;
padding:2px;
text-indent:2px;
}

.tableBody{
background:#fff;
border:1px solid #0043a0;
}

.tableData{
border:1px solid #598fda;
padding:2px;
text-indent:2px;
background:#f5f6f2
}

.white {
	background-color: #FFFFFF; }


.red {
	background-color: #F1B773;
	color: #ED2E2E; }
		

	
.imgBorderRental{
background:#00429d url(images/img-border-rentals.gif) no-repeat top right;
padding:3px;
margin:8px;

}
.image-sales {
	border: 1px solid #ecae0d;
	margin: 5px;
}

