body {
	font-family:'Times New Roman, Arial';
	background-color: #333;
	background-image: url(pics/bg.jpg);
	font-weight:100;
	margin:0;
}

img {
	margin:0;
}

table {
	border-collapse:collapse;
}

form {
	margin:0;
}

.main {
	height:100%;
	width:660;
}

.frm {
	background-color: white;
	
}

td {
	vertical-align:top;
	padding:3;
}

.control {
	background-color: #660000;
	font-size:11pt;
	font-weight:800;
	width:105;
	padding-right:0;
}

.tabs {
	position: relative;
	background: #660000;
	top:-6;
	left:-6;
	margin-right:-20;
	width:560;
	font-size:8pt;
}

.tab {
	text-align:center;
	font-size:11pt;
	background: white;
	background: #cccccc;
	color: #6F0F0F;
	color: #3c0c0c;
	font-weight:800;
	width:80;
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px solid gray;
}

.hitab {
	text-align:center;
	font-size:11pt;
	background: white;
	color: #6F0F0F;
	font-weight:800;
	width:80;
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px solid white;

}

hr {
	color:white;
	height:1;	
}

.header {
	background-color: #660000;
	height:1;
}

.name {
	width:400;
	color:#EBD4B2;
}

.bui {
	font-family:arial;
	font-weight:800;
	font-size:12pt;
}

.add {
	font-size:8pt;
	font-weight:400;
	color:white;
}

.tel {
	padding:0;
	font-size:8pt;
	color:white;
	width:170;
	vertical-align:middle;
}

.text {
	background-color: white;
	font-size:11pt;
	text-align:justify;
	padding:6;
	padding-right: 14;
}

b {
	color: #6F0F0F;
}

i {
	color: #003366;
	font-size:10pt;
}

em {
	color: #660000;
}

.info {
	font-size:9pt;
	color:gray;
	font-style:italic;
	border:1px solid #cccccc;
}

.sale {
	cursor:hand;
	position:relative;
	font-family:arial;
	text-decoration:none;
	color: #cc0000;
	background-color:white;
	border:2px solid #cc0000;
	width: 60;
	top:0;
	left:0;
	text-align:center;
}

.thumb {
	cursor:hand;
	text-align:center;
	padding:3;
	font-size:8pt;
	color:gray;
	font-style:italic;
	border:1px solid #cccccc;
	width: 1%;
}

.foot {
	background-color: white;
	height:10;
	font-size:7pt;
	text-align:center;
	color: #661122;
}

.para {
	background-color: #660000;
	text-align:center;
	font-size:9pt;
	color:#993333;
}

.nav {
	color: #EBD4B2;
	text-decoration:none;
}

.nav:hover {
	color:#fc3;	
}

a {
	color: #03c;
	text-decoration:none;
}

a:hover {
	color:#c30;	
}