body {
	background: url(images/BKG.png);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

a.info {
	color: #666;
}

table {
	background-color: #FFF;
}

p.menu {
	font-size: 12px;
}

p {
	font-size: 12px;
}

p.header {
	border-top: 1px dotted #F33;
}

p.footer {
	margin-top: 2em;
	border-top: 1px dotted #CCC;
	text-align: center;
	font-size: 7pt;
	padding: 3em 0px 0px 0px;
}

p.update {
	font-size: 7pt;
	color: #AAA;
}

span.separator {
	color: gray;
	margin: 0em .5em;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

img.photo {
	border: 0px dotted #EEE;
	margin: 0px;
}

p.warn {
	text-align: center;
	padding: 1em;
	border: 1px dotted red;
}

warn#a {
	text-decoration: underline;
}