body	{
	text-align: justify;
	font: 10pt Arial, sans-serif;
	}
	
h1 {
	font-size: 13pt;
	font-weight: bold;
	background-color: rgb(202,230,204);
	color: rgb(20,100,100);
	border-top: 5px solid rgb(202,230,204);
	border-bottom: 5px solid rgb(202,230,204);
	text-align: center;
	}
	
hr	{
	color: rgb(202,230,204);
	}
	
td	{
	vertical-align: top;
	}
	
.logo	{
	width: 100%;
	text-align: center;
	}
	
.errmsg {
	text-align: center;
	color: red;
	font-weight: bold;
	border: 5px solid red;
	}

.menu	{
	font: 10pt Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	color: rgb(120,190,190);
	}

.menu a	{
	color: rgb(20,100,100);
	text-decoration: none;
	background-color: rgb(202,230,204);
	border: 2px solid;
	padding: 3px 2px 2px 3px;
	border-color: #FFFFFF #333333 #333333 #FFFFFF;
	}
	
.menu a:hover {
	color: rgb(20,100,100);
	border-color: #333333 #FFFFFF #FFFFFF #333333;
	padding: 2px 3px 3px 2px;
	}

.menuold	{
	font: 10pt Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	color: rgb(120,190,190);
	}

.menuold a	{
	color: rgb(120,190,190);
	text-decoration: none;
	}
	
.menuold a:hover {
	color: rgb(20,100,100);
	}
	
.heading {
	text-align: center;
	font: 15pt Arial, sans-serif;
	font-weight: bold;
	color: rgb(20,100,100);
	}
	
.sidebar {
	background-color: rgb(202,230,204);
	border: 5px solid rgb(202,230,204);
	vertical-align: top;
	text-align: center;
	}

.sidebar .label {
	font-size: 10pt;
	font-weight: bold;
	color: rgb(20,100,100);
	vertical-align: top;
	}
	
.sidebar .fld {
	vertical-align: middle;
	text-align: center;
	}
	
.sidebar .hdg {
	font-size: 13pt;
	font-weight: bold;
	color: rgb(20,100,100);
	border-bottom: 5px solid rgb(202,230,204);
	}
	
.sidebar input {
	width: 200px;
	}
	
.sidebar .login {
	font-size: 10pt;
	font-weight: bold;
	color: rgb(20,100,100);
	border-top: 15px solid rgb(202,230,204);
	text-align: center;
	}
	
.sidebar .submit {
	width: 150px;
	}

.sidebar hr {
	color: rgb(20,100,100);
	}

.sidebar .text {
	color: rgb(20,100,100);
	}
	
.sidebar .email{
	width: 200px;
	}
	
.listhdr {
	text-align: center;
	font-weight: bold;
	}
	
.ppty	{
	vertical-align: top;
	}
	
.ppty .hdg {
	font-size: 13pt;
	font-weight: bold;
	background-color: rgb(202,230,204);
	color: rgb(20,100,100);
	border-top: 5px solid rgb(202,230,204);
	border-bottom: 5px solid rgb(202,230,204);
	text-align: center;
	}
	
.ppty .photo {
	width: 130px;
	height: 90px;
	}
	
.ppty .descr {
	vertical-align: top;
	}
	
.contact {
	background-color: rgb(202,230,204);
	border: 10px solid rgb(202,230,204);
	vertical-align: center;
	}

.contact textarea {
	width: 100%;
	}

.contact .label {
	font-size: 10pt;
	font-weight: bold;
	color: rgb(20,100,100);
	text-align: right;
	}
	
.smplpix {
	text-decoration: none;
	}
	
.smplpix img {
	border: 0px;
	}
.smplpix a{
	text-decoration: none;
	}
	
.contact .fld {
	width: 200px;
	}
	
.copyrt {
	font-size: 8pt;
	}

