body		{
		margin:0px;
		background-image:url("./wall.gif");
		background-repeat:repeat-y;
		}

A:link{ color:blue; text-decoration:none;}
A:visited{ color:#483D8B; text-decoration:none;}
A:active{ color:#DC143C; text-decoration:underline;}
A:hover{ color:#CC0066; text-decoration:underline;}

.mainLeft {
		float:left;
		margin:0px;
		width:200px;
}

.mainRight	{
		margin-left:220px;
		width:506px;
}

table.form {
		width:430px;
}

.formbox {
		border:solid 1px gray;
		background:White;
		color:black;
		width:460px;
		font-size:9pt;
		padding-top:10px;
}

.loading {
		background:#f5f5f5;
		color:black;
		width:706px;
		font-size:9pt;
		text-align:center;
		padding:10px;
}


.list		{
		font-size:8pt;
		text-align:right;
		}	

table.conditions{
		width:460px;
		border:1px;
		boder-style:solid;
		table-layout:fixed;
		background:Gainsboro;
		color:black;
		}
		
table.result	{
		width:460px;
		border:1px;
		boder-style:solid;
		table-layout:auto;
		background:SteelBlue;
		}
		

td		{
		background:white;
		}
		
.left		{
		width:150px;
		font-size:8pt;
		background:WhiteSmoke;
		color:black;
		text-align:left;
		}
		
.middle		{
		font-size:8pt;
		background:white;
		color:black;
		text-align:left;
		padding-left:10px;
		}

.no		{
		font-size:8pt;
		background:lightblue;
		color:black;
		text-align:center;
		}
		
.tread		{
		font-size:8pt;
		background:lightblue;
		color:black;
		text-align:center;
		}
		
.fr		{
		width:24px;
		font-size:8pt;
		background:lightblue;
		color:black;
		text-align:center;
		}
		
.size		{
		font-size:8pt;
		background:lightblue;
		color:black;
		text-align:center;
		}
		
.comments	{
		font-size:8pt;
		background:lightblue;
		color:black;
		text-align:center;
		}
			
.photo		{
		width:80px;
		font-size:8pt;
		background:lightblue;
		color:black;
		text-align:center;
		}
		
.white		{
		font-size:8pt;
		background:white;
		color:black;
		text-align:center;
		}
		
.caption		{
		font-size:8pt;
		background:white;
		color:black;
		text-align:right;
		}	


		
.conditionTitle		{
		font-size:9pt;
		font-weight:bold;
		color:gray;
		padding:10px 0px 10px 0px;
		}
		
.resultTitle		{
		font-size:9pt;
		font-weight:bold;
		color:darkblue;
		padding:10px 0px 10px 0px;
		}
		
.searchTitle		{
		font-size:9pt;
		font-weight:bold;
		color:black;
		padding:10px 0px 10px 0px;
		}
		
.belowLinks	{
	color:gray;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
	padding:0px 20px 10px 0px;
	}

