body
{
font-family: verdana, helvetica;
font-size: 11px;
background-color: #F5F6FA;
}

table
{
font-family: verdana, helvetica;
font-size: 11px;;
}


.border
{
	border : 1px solid #182556;
}

.font
{
	font-family : verdana, helvetica;
	font-size : 11px;
	color : #182556;
}

p{
	font-family : verdana, helvetica;
	font-size : 11px;
	color : #182556;
}

ul{
	font-family : verdana, helvetica;
	font-size : 11px;
	color : #182556;
}

A.navi
{
	font-family : verdana, helvetica;
	font-size : 8pt;
	font-weight : bold;
	color : #182556;
	text-decoration : none;
}

A:hover.navi
{
	font-family : verdana, helvetica;
	font-size : 8pt;
	font-weight : bold;
	color : #96D4C6;
	text-decoration : underline;
}

A:active.navi
{
	font-family : verdana, helvetica;
	font-size : 8pt;
	font-weight : bold;
	color : #96D4C6;
	text-decoration : none;
}

A.lnavi
{
	font-family : verdana, helvetica;
	font-size : 11px;
	font-weight : bold;
	color : #182556;
	text-decoration : none;
}

A:hover.lnavi
{
	font-family : verdana, helvetica;
	font-size : 11px;
	font-weight : bold;
	color : #96D4C6;
	text-decoration : underline;
}

A:active.lnavi
{
	font-family : verdana, helvetica;
	font-size : 11px;
	font-weight : bold;
	color : #96D4C6;
	text-decoration : none;
}



.title
{
	font-family : verdana, helvetica;
	font-size : 12pt;
	font-weight : bold;
	color : #000060;
	background-color : #96D4C6;
}

.info
{
	background-color : #96D4C6;
}


hr
{
	color : #182556;
	height : 1px;
}

.big
{
	font-family : verdana, helvetica;
	font-size : 12pt;
	color : #182556;
	font-weight : bold;
}

.small_cap
{
	font-family : verdana, helvetica;
	font-size : 11px;
	color : #182556;
	font-weight : bold;
}

b
{
	font-weight : bold;
	font-size : 11px;
}

.nav
{
	font-weight : bold;
	font-size : 8pt;
}

.tiny
{
	font-family : verdana, helvetica;
	font-size :9px;
	color : #182556;
}
#gMap {
	border: 1px solid black;
	width: 400px;
	height: 300px;
}
#detailSheet_Table td.houseCol {
	background-color: #FFF8DC;
}
#detailSheet_Table tr.headerRow {
	background-color: #96D4C6;
}
#detailSheet_Table th {
	text-align: left;
}
#detailSheet_Table td {
	text-align: center;
}
#detailSheet_Table tr.selected, #detailSheet_Table tr.selected td.houseCol  {
	background-color: silver ! important;
}