﻿.bold { font-weight: bold; }
.block { display: block; }
.center { text-align: center; }
.error { color: #ff0000; }
.hidden { display: none; }
.inline { display: inline; }
.italic { font-style: italic; }
.nowrap { white-space: nowrap; }

label { white-space: nowrap; }
h3 { font-size: 8pt; margin-bottom: .2em; }

.searchtable { border: 1px solid #000000; background-color: #000000;}
.searchtext { font-size: 10pt; color: #000000; background-color: #ffffff;}
.searchphoto { background-color: #000000; } 
.searchtitle { font-size: 10pt; color:Blue; background-color: #ffffff;} 

@media print { body { display:none; } }