@charset "utf-8";

body, p, span {
     font-family: Arial;
     font-size: 12px;
}
.p18 {
     font-size: 18px;
     font-weight: bold;
}
.p16 {
     font-size: 16px;
     font-weight: bold;
     color: #CD0102;
}
.p14 {
     font-size: 14px;
     font-weight: bold;
}
.center {
        text-align: center;
}
.right {
       text-align: right;
}
.it {
    font-style: italic;
}
a {
     color: #CD0102;
     font-weight: bold;
}
.menu {
      font-size: 12px;
}
.menu a {
			padding: 0 5px 0 5px;
}
.black {
       color: black;
}
.red {
	color: #CD0102;
}
.blue {
color: #000080;
}
.attnhighlight {
	background-color: yellow;
}
.smalltext {
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
.purchase {
	display: block;
	width: 474px;
	height: 44px;
	background-image: url('images/mortgageesales-purchase_02.jpg');
	margin: 0 auto 0 auto;
}
.purchase:hover {
	background-image: url('images/mortgageesales-purchase_01.jpg');
}
.videobox {
	width: 600px;
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	border: 3px double grey;
	text-align: center;
}
.quote {
	padding: 20px;
	margin: 0 auto 10px auto;
	background-color: #FFFF66;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	width: 75%;
}
.quote .name {
	text-align: right;
	font-size: 12px;
	font-style: normal;
}
.video {
	padding: 15px;
}
.clr {
	clear: both;
}
