@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.table_prop_bg {
	background-attachment: fixed;
	background-image: url(images/BG_Table.png);
	background-repeat: repeat;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: thick solid #FFF;
}
h6 {
	font-size: x-small;
}
.table_prop {
	background-image: url(images/VH_BG.jpg);
	background-repeat: no-repeat;
	height: 645px;
	width: 900px;
}
h2 {
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	font-size: small;
}
.table_prop_a {
	background-attachment: fixed;
	background-image: url(images/Block_Rpat1.png);
	background-repeat: repeat;
}
body {
	background-color: #cebcb8;
}
h1 {
	font-size: medium;
	color: #333;
	text-decoration: underline;
}
.table_prop_bg_2 {
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: thick solid #FFF;
	background-color: #EDE3E2;
}

a:link {
	color: #927a76;
}
a:visited {
	color: #927a76;
}
a:hover {
	color: #333;
}
a:active {
	color: #927a76;
}