/* main.css */
body, td, p, dd, dt {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
}
body, td, p, dd {font-weight: normal;}
b {font-weight: bold;}
dt {font-weight: bold; margin-top: 6px;}
p.notice {color: #000000; background: #CCCCCC;}
p.reverse {	color: #ffffff; background: #330099;}
.browser {
    font-family: Times New Roman,Times,serif;
    font-size: 10pt;
	margin-left: 15px
}
.source, pre {
    font-family: courier,monospace;
    font-size: 11pt;
	margin-left: 15px;
}
.button {
	color: black;
	background: gainsboro;
	font-weight: bold;
}
th {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #DCDCDC;
}
h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20pt;
	font-weight: bold;
}
h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16pt;
	font-weight: bold;
}
h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
	text-decoration: none;
}
h4 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
A:link {
	text-decoration: none;
	color: #0000FF;
}
A:visited {
	text-decoration: none;
	color: #0000FF;
}
A:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #330099
}
a.button {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}
