/* CSS Document */
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-img00.jpg);
} 
a{
	font-weight: none; 
	color: #cc0000; 
	font-size: 10px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none;	
}
a:hover {
	color: #999; 
	font-weight: none;
	font-family: verdana, arial, helvetica, sans-serif;	
}

.style4 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #cc0000;
	letter-spacing: 1px;
}

.style3 {
	font-size: 9px;
	color: #999;
	}
.style5 {
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 15px;
	letter-spacing: 1px;
}
.style2 {
font-size: 24px; 
font-family: "Times New Roman", Times, serif; 
color: #999;
}

body,td,th{
	font-weight: none; 
	font-size: 10px; 
	color: #666666; 
	font-family: verdana, arial, helvetica, sans-serif ;
	text-decoration: none;
}

.title{
	font-weight: bold; 
	color: #999;
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif; 
	text-decoration: none;
	font-style:italic;
	letter-spacing: 1px;
}
.title2{
	font-weight: bold; 
	color: #cc0000;
	font-size: 12px;
}
a.living {
	font-weight: none; 
	color: #000; 
	font-size: 12px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none;
	display: table;
}
a.living:hover {
	font-weight: bold; 
	color: #cc0000; 
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;	
}
a.living2 {
	font-weight: none; 
	color: #ffffff; 
	font-size: 12px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none;	
	height:30px;
	display: table;
}
a.living2:hover {
	font-weight: none; 
	color: #cc0000; 
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;	
}

.livingselected {
	border-right: #cc9933 0px solid; 
	border-top: #cc9933 0px solid; 
	vertical-align: middle; 
	border-left: #cc9933 0px solid; 
	border-bottom: #000000 0px solid; 
	background-color: #fff;
	filter:alpha(opacity=100);-moz-opacity:.9;
	cursor: hand;
}
.livingnotselone {
	border-right: 0px solid; 
	border-top: 0px solid; 
	vertical-align: middle; 
	border-left: 0px solid; 
	cursor: hand; 
	border-bottom: 0px solid;
	filter:alpha(opacity=100);-moz-opacity:.9;
	cursor: hand;
}
.livinghover {
	border-right: #fff 0px solid; 
	border-bottom: #fff 0px solid; 
	border-left: #fff 0px solid;
	border-top: #fff 0px solid; 
	background-color: #ffcccc;
	filter:alpha(opacity=50);-moz-opacity:.5;
	cursor: hand;
	vertical-align: middle; 
	color: red; 
}


.living-notselone-trans {
	filter:alpha(opacity=100);-moz-opacity:.9;
	cursor: hand;
}

.living-hover-trans {
	filter:alpha(opacity=80);-moz-opacity:.7;
	cursor: hand;
}
.living-selected-trans{
	filter:alpha(opacity=90);-moz-opacity:.9;
	cursor: hand;
	
