body {
	font-family: Tahoma, Arial, sans-serif;
	color: #000066;
	font-size: 12px;
}
h1 {
	font-size: 45px;
	color: #000066;
	line-height: .6em;
}
h2 {font-size: 20px;
	color: #000066;
}
h3 {font-size: 16px;
	color: #000066;
}
a.main:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
a.main:hover{	
	font-size: 10px;	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;}
a.main:active{
	font-size: 10px;	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}
a.main:visited{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}

.link_cell {
	background-image: url(../images/link_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #000066;
}
.link_cell_link {
	padding-top: 3px;
}
a.link_cell_link:link {
	padding-top: 3px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	font-size: 12px;
}
a.link_cell_link:hover{
	padding-top: 3px;	
	font-size: 12px;	
	font-weight: bold;
	color: #000066;
	text-decoration: underline;}
a.link_cell_link:active{
	padding-top: 3px;
	font-size: 12px;	
	font-weight: bold;
	color: #000066;
	text-decoration: none;}
a.link_cell_link:visited{
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;}

.main_cell {
	background-color: #FFFFFF;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.formButton {
	font-size:8pt;
	background-color:D9D9FF;
	color:000066;
	border-color:CCCCCC;
	width: 144px;
}
.formInput {
	font-size:8pt; 
	background-color:FFFFFF; 
	color:000066; 
	border-color:000066;
	width:144px;
}
.border {
	border: 1px solid 000066;
}
.content {
	padding-right: 8px;
	padding-left: 8px;
	width: 770px;
}
.sub_content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.footer {
	font-size:12px;
	font-family: Tahoma, Arial, sans-serif;
	color:FFFFFF; 
	
}
a.footer:link { 
	color:FFFFFF; 
}
a.footer:visited {
	color:FFFFFF; 
}
a.footer:hover {
	color:FFFFFF;
}
a.footer:active {
	color:FFFFFF; 
}
.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px solid #000066;
	padding-top: 3px;
	padding-bottom: 3px;
}
.unit_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000066;
	border-bottom: 1px solid #000066;
	padding-top: 3px;
	padding-bottom: 3px;
}
.rental_details {
	background-color: #F8F8F8;
	border: 1px solid #000066;
}
.home_bg {
	background-image: url(../images/home_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
.leftShadow {
	background-image: url(../images/drop_right_vert.gif);
	background-repeat: repeat;
	background-position: left top;	
}