html
{
	display : inline;
}

.page_text_container br 
{
	line-height : 12px;
	margin : 0; 
} 

.page_text_container a 
{
	font-family : Arial;
	font-size : 12px; 
	color : #006699; 
	text-decoration : none; 
}

.page_text_container a:hover 
{
	font-family : Arial;
	font-size : 12px; 
	color : #DD6900; 
	text-decoration : underline; 
} 

.page_text_container input, select, textarea
{
	font-family : Arial;
	font-size : 12px; 
	background-color : white; 
	border : 1px solid #BABABA;
	margin : 2px; 
} 

.page_text_container ul
{
 	margin: 0px;
	padding: 0px;
}

.page_text_container li
{
	font-family : Arial;
	font-size : 12px;
	margin : 5px;
	padding : 0px;
	list-style : none;
  	padding-left: 15px;
  	background-image: url(./images/arrow.png);
  	background-repeat: no-repeat;
  	background-position: left 6px;
}

.page_text_container td
{
	font-family : Arial;
	font-size : 12px; 
	color : #000000;
} 

.page_text_container form 
{
	font-family : Arial;
	font-size : 12px; 
	border-width : 0; 
	padding : 0; 
	margin : 0; 
	display: inline;
} 

.table_header_text
{
	font-family : Arial;
	font-size : 12px; 
	font-weight : bold;
	color: #5678A2;
}

.warning
{
	font-family : Arial;
	font-size : 12px; 
	font-weight : bold; 
	color : red; 
}

.bold
{
	font-family : Arial, serif;
	font-size : 12px; 
	font-weight : bold; 
	color : #006699;
	text-decoration : underline; 
}

.title
{
	font-family : Arial;
	font-size : 15px; 
	font-weight : bold; 
	color : #006699;
}

.price
{
	font-family : Arial;
	font-size : 13px; 
	font-weight : bold; 
	color : #5678A2;
}

.timings
{
	font-family : Arial, serif;
	font-size : 10px; 
	color : #222222;
}

.top_background
{
  	background-image: url(./images/title-back.gif);
  	background-repeat: repeat;
}

.topmenu
{
	font-family : Arial;
	font-size : 12px; 
	font-weight : bold;
	color: #222222;
}

.images
{
	border : 1px solid #BABABA;
}

.line_white_left {border-left: solid 1px #ACAFB8;}
.line_white_right {border-right: solid 1px #ACAFB8;}
.line_white_top {border-top: solid 1px #ACAFB8;}
.line_white_bottom {border-bottom: solid 1px #ACAFB8;}

.submit
{
	font-weight : bold;
	background : #65ABD3; 
	color : white;
}

.page_text_container  h2
{
	font-family : Arial;
	font-size : 12px; 
	font-weight : bold;
	color : #5678A2;
}

.PMR_border_bottom{
	border-bottom:solid 1px #a0a0a0;
}
.PMR_border_top{
	border-top:solid 1px #a0a0a0;
}
.PMR_border_left{
	border-left:solid 1px #a0a0a0;
}
.PMR_border_right{
	border-right:solid 1px #a0a0a0;
}

.PDF_link a{
  	background-image: url(./images/PDF_Button.jpg);
	display:block;
	height:22px;
	width:145px;
	color:#A36403;
	padding-top:4px;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	background-repeat:no-repeat;
	margin-top:4px;
	margin-bottom:4px;
}
.PDF_link a:hover {
	text-decoration:none;
	color:#283C71;
	font-size:13px;
	margin-top:4px;
}
.comments_padding{
padding:5px 3px 5px 3px;}

.square_footage{
width:86px;
}

.title_link a{
	color:#252525;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.title_link a:hover {
	color:#003894;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}