/* www.bluedorn.org */
/* default.css */
/* default cascading style sheet */
/* last modified by wb, 2010-08-30 */

body {
	background-color: #FFE000;
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color: #0000A0;
	margin: 50px;
	scrollbar-base-color: #0000A0;
	scrollbar-3dlight-color: #FFE000;
	scrollbar-arrow-color: #0000A0;
	scrollbar-darkshadow-color: #000040;
	scrollbar-face-color:#FFE000;
	scrollbar-highlight-color: #FFF080;
	scrollbar-shadow-color: #000080;
	scrollbar-track-color: #4040C0;
	}

body.help {
	margin: 10px;
	}

a:link {
	color: #0000FF;
	text-decoration:none;
	}
a:visited {
	color: #FF0000;
	text-decoration:none;
	}
a:focus {
	color: #00FF00;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
a:active {
	color: #808000;
	text-decoration:none;
	}

a.local:link {
	color: #0000FF;
	}
a.local:visited {
	color: #0000FF;
	}
a.local:focus {
	color: #00FF00;
	}
a.local:hover {
	text-decoration:underline;
	}
a.local:active {
	color: #808000;
	}

a.photo {
	background-color: #FFFFFF;
	}

acronym {
	border-bottom: 1px dashed #004000;
	cursor: help;
	}

h1 {
	font-size: 24pt;
	line-height: 28pt;
	}
h2 {
	font-size: 21pt;
	line-height: 24.5pt;
	}
h3 {
	font-size: 18pt;
	line-height: 21pt;
	}
h4 {
	font-size: 15pt;
	line-height: 17.5pt;
	}
h5 {
	font-size: 12pt;
	line-height: 14pt;
	}
h6 {
	font-size: 9pt;
	line-height: 10.5pt;
	}

span.hotkey {
	text-decoration: underline;
	}

th {
	background-color: #0000A0;
	color: #FFE000;
	}

tr, td {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color: #201000;
	text-align: center;
	}

td.head {
	background-color: #FFE000;
	color: #0000A0;
	font-weight: bold;
	}

#copyright {
	text-align: right;
	font-size: 8pt;
	}

#homelink {
	text-align: center;
	font-size: 8pt;
	}

#motto {
	font: bold italic;
	color: #FF0000;
	}
