body { font-family: arial, sans-serif; }

.noline { text-decoration : none; }

.capps { text-transform: capitalize; }

.lining { border-top: 2px gray dotted; }

.downthemiddle { border-left: 2px gray dotted; }

.trestle { border-left: 2px gray dotted;
			border-bottom: 2px gray dotted;
			border-right: 2px gray dotted; }

.blktext { font-family : Arial, Helvetica, sans-serif;
			 font-size: 10pt; }

.strongblktext {
					font-family : Arial, Helvetica, sans-serif;
					font-size: 10pt;
					font-weight : bold;
				}

table.out { border: 1px solid darkblue;
			font-family: verdana;
			font-size: 10pt; }
th.out { border: 1px solid darkblue;
			background-color: cornflowerblue; }
tr.odd { border: 1px solid darkblue;
			background-color: lemonchiffon; }
tr.even { border: 1px solid darkblue; 
			background-color: white; }
td.out { border: 1px solid darkblue; }

.imgdiv { background-color: lightskyblue;
	border: 1px solid steelblue;
	width: 200px;
	padding: 4px4px4px4px;
	}