﻿* {
font-family: verdana, sans serif;
}
h1 {
font-size: 2em;
font-weight: bold;
text-align: center;
border-bottom: 1px solid black;
}
h2 {
font-size: 1.2em;
font-weight: bold;
text-align: center;
border-bottom: 1px solid black;
width: 80%;
margin: 20px auto;
}
h2 {
font-size: 1.1em;
font-weight: bold;
text-align: center;
width: 80%;
}

			tr.even {
				background-color: #eeeeee;
			}
			tr.odd {
				background-color: #dddddd;
			}
			th {
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 10px;
				padding-right: 10px;
				white-space: nowrap;
				text-align: left;
			}
			table.picman {
				width:100%;
				border: 1px solid #444444;
			}
			table.picman td {
				padding-left: 10px;
				padding-right: 10px;
			}
			.picman * {
				font-family: Tahoma, Sans-Serif;
				font-size: 10pt;
			}
			.picman a, a.picman {
				text-decoration: none;
				color: #000000;
			}
			.picman a:hover, a.picman:hover {
				text-decoration: underline;
			}
			tr.dir {
				color: #ffffff;
				background-color: #000000;
				font-weight: bold;
			}
			tr.dir a {
				color:white;
			}
			td {
				padding-top: 2px;
				padding-bottom: 2px;
				vertical-align: top;
				padding-left: 10px;
				padding-right: 10px;
				white-space: nowrap;
			}

