/* CSS Document */

body{
	font-size:14px;
	/*margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
}
body,td,th {
	font-family:Times New Roman, Times, serif;
	font-size: 12px;
}

h1 {
	font-size:24px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
}


a:link{
	color:#0000ff;
	text-decoration: none;	
}
a:visited{
	color:#0000ff;
	text-decoration: none;
}
a:hover{
	color:#3366FF;
	text-decoration: underline;
}
a:active{
	color:#0000ff;
	text-decoration: none;
}

.thinborder {
	border: 1px solid #333333;
}

.appraisalDescription table {
	border:0px;
	border-collapse:collapse;
}

.appraisalDescription tr {
	border-style:none;
	border:0px;
}

.appraisalDescription td {
	vertical-align:top;
	text-align:left;
	border-style:none;
	border:0px;
}