OL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

INPUT{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-variant : normal;
}

SELECT{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-variant : normal;
}

LI{
	text-decoration : none;
	padding-bottom : 7px;
	list-style : decimal;
}
.txtIntro{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-variant : normal;
	text-align : justify;
	text-decoration : none;
	vertical-align : bottom;
	font-style : italic;
	line-height : 15px;
}

.txtTransport{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-variant : normal;
	text-align : justify;
	text-decoration : none;
	vertical-align : bottom;
	line-height : 15px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
}

.txtName{
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : bold;
	letter-spacing : 4px;
	padding-left : 10px;
}

.txtAddress{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

.txtSleeps{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

.txtForm{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-variant : normal;
	text-align : justify;
	text-decoration : none;
	vertical-align : top;
	line-height : 15px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
}

.txtNotes{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	font-variant : normal;
	text-align : right;
	text-decoration : underline;
	vertical-align : top;
	line-height : 15px;
	padding-left : 5px;
	padding-right : 30px;
	padding-top : 5px;
}

.txtFormApartment{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	font-variant : normal;
	text-align : center;
	text-decoration : none;
	vertical-align : top;
	line-height : 15px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	background-color : Silver;
	font-style : italic;
}

.first{
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : bold;
	letter-spacing : 4px;
	padding-left : 10px;
}

.formTable{
	border-bottom : 3px groove Gray;
	border-left : 3px groove Silver;
	border-top : 3px groove Silver;
}

td.button{
	border-bottom : 3px groove Gray;
	border-right : 3px groove Gray;
	border-left : 3px groove Silver;
	border-top : 3px groove Silver;
	vertical-align : middle;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background : #F8F8FF;
	font-weight : bold;
	word-spacing : 0px;
	letter-spacing : 2px;
	font-style : italic;
}

td.button:HOVER{
	background-image : url(../img/bg212.jpg);
}

A {
	text-decoration : none;
	color : Black;
}

A:HOVER {
	text-decoration : underline;
}

.txtHeaderTitle{
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : bold;
	text-align : left;
	font-style : oblique;
	letter-spacing : 3px;
	vertical-align : middle;
}

.txtHeaderLink{
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : bold;
	text-align : right;
	font-style : italic;
	vertical-align : middle;
	letter-spacing : 0px;
}

.formFooter{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 1px;
	padding-left : 10px;
	background-image : url(../img/bg212.jpg);
	border-top : 1px solid Silver;
	font-style : italic;
}
.formHeader{
	background-image : url(../img/bg212.jpg);
	border-bottom : 1px solid Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;

}

body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bolder;
	font-variant : normal;
	text-align : justify;
	text-decoration : none;
	vertical-align : middle;
}

tr.apartmentOddRow:HOVER{
	background-color : #AFEEEE;
	text-decoration : underline;
	cursor : pointer;
}

tr.apartmentEvenRow:HOVER{
	text-decoration : underline;
	background-color : #AFEEEE;
	cursor : pointer;
}

tr.apartmentOddRow{
	height : 30px;
	background-color : White;
	font-size : 11px;
	font-style : normal;
}

tr.apartmentEvenRow{
	height : 30px;
	background-color : #FFF8DC;
	font-size : 11px;
	font-style : normal;
}

