/*
 *
 *   local.css
 *
 *   Copyright (C) 2018 by Matt Roberts, KK5JY.
 *   All rights reserved.
 *
 */

div.title {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F0D0A0;
	border: solid;
	border-color: black;
	border-width: 1px;
	width: 100%;
}

.normal {
	font-family: "Tahoma","Helvetica";
	font-size: 12pt;
}

body {
	font-family: "Tahoma","Helvetica";
	font-size: 12pt;
	background-color: #F0F0F0;
	color: #000000;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: "Tahoma","Helvetica";
	font-weight: bold;
	font-size: 18pt;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: "Tahoma","Helvetica";
	font-weight: bold;
	font-size: 15pt;
	padding: 0;
	margin: 0;
}

.indent { padding-left: 10pt; }
.header { font-size: 15pt; }
.smaller {
	font-family: "Tahoma", "Helvetica";
	font-size: 12pt;
}
.st {
	font-family: "Arial", "Helvetica";
	font-size: 12pt;
}

table {
	width: 100%;
	padding: 0;
	border: 0;
}

tr {
	width: 100%;
}

td {
	font: "Tahoma";
	padding: 0;
	margin: 0;
}

dd {
	font-size: 11pt;
	font-family: "Tahoma","Helvetica";
	margin-bottom: 10px;
}

dt {
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 11pt;
	font-family: "Tahoma","Helvetica";
	font-weight: bold;
}

li {
	font-size: 11pt;
	font-family: "Tahoma","Helvetica";
	margin-bottom: 0px;
	list-style-type: none;
}

.fineprint {
	font-size: 8pt;
	font-weight: italic;
	font-family: "Arial";
}
