/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	background-color: #006699;
}

td{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

a:link {
	color: #006699;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

 a:visited {
	color: #006699;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "Times New Roman", Times, serif;
 font-size: 180%;
 color: #003399;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #003399;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 114%;
 color: #FF0000;
}
/***********************************************/
/* Site div' s                                 */
/***********************************************/
.content{
	padding-top: 10px;
	padding-left: 10px;
	float: none;
	width: 95%;
}

.siteInfo{
	clear: both;
	font-size: 85%;
	color: #999999;
	padding-top: 10px;
}

.siteInfo a:link{
	font-size: 95%;
	color: #0033CC;
	text-decoration: underline;
}

.siteInfo a:visited{
	font-size: 95%;
	text-decoration: underline;
}

.siteInfo a:hover{
	font-size: 95%;
	text-decoration: underline;
}


/************** Realty Publisher **************/


.required {
	color: #FF0000;
}
.tonos-bajo {
	background-color: #E5E5E5;
}

.tonos-mediano {
	background-color: #6699CC;
	color: #FFFFFF;
	font-weight: bold;
}
.tonos-mediano a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.tonos-mediano a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.tonos-mediano a:hover{
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

.tonos-oscuro {
	background-color: #006699;
}
.tonos-oscuro a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.tonos-oscuro a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.tonos-oscuro a:hover{
	color: #33ccff;
	text-decoration: none;
}
strong {
	color: #003399;
}

.bottomlinks {
	background-color: #006699;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: small;
}
.bottomlinks a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomlinks a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.bottomlinks a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

strong {
	color: #003399;
}

.sold {
	text-decoration: line-through;
}
