* {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: white;
}
img {
	border: none;
}
p,td,th,blockquote,li,textarea,input {
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times, serif;
	font-weight: bold;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
td,th {
	vertical-align: top;
}
option {
	margin: 0 5px;
}
a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.hl {
	color: black;
	text-decoration: none;
}


/* HEADER */

#header {
	left: 10px;
	position: absolute;
	top: 10px;
}


/* MENU */

#menu {
	display: none;
}
ul#menu li {
	list-style: none;
}
ul#menu li a {
}
ul#menu li a:hover {
}


/* CONTENT */

#content {
	left: 320px;
	margin: 10px 0 0 10px;
	position: absolute;
	top: 0;
}
#content th {
	font-size: 14px;
	padding-bottom: 5px;
	padding-right: 12px;
}
#content td {
	padding-bottom: 5px;
	padding-right: 12px;
}
#content p {
	margin: 0 0 15px 0;
}
#content ul {
	padding-left: 25px;
}


/* MISC */

.photoright {
	float: right;
	margin: 0 0 10px 10px;
}
.photoleft {
	float: left;
	margin: 0 10px 10px 0;
}
ul.spacedlist li {
	margin-bottom: 12px;
}
.error {
	color: red;
}
.success {
	color: blue;
}
.noprint {
	display: none;
}
acronym {
	border-bottom: 1px dotted black;
}
acronym:after {
	content: " (" attr(title) ")";
}
.note {
	font-size: 10px;
	font-style: italic;
}
