
body,p,h1,h2,h3,h4,h5,h6,li,table,tr,th,td,ul,ol,li,dt,dl,address
{
   font-family: Helvetica, Arial, sans-serif; 
	 margin: 0;
	 padding: 0;
}

body,p,li,table,tr,th,td,ul,ol,li,dt,dl,address
{
   font-size: small;
}

img {
	border: none;
	valign: top;
}

body {
	padding: 0px;
	background: white;
}

p {
	 padding: 2px;
	 margin: 2px;
}

ul,ol {
}

li { 
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 100%;
	margin-left: 20px;
}

/*
code { font-family: Courier, "Courier New", monospace; font-weight: bold } 
tt { font-family: Courier, "Courier New", monospace; font-weight: bold } 
p.code { font-family: Courier, "Courier New", monospace; font-weight: bold } 
*/
tt, code {
	font-family: monospace;
	/* font-weight: bold */
} 

/************************************
 * headings
 ***********************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 100%;
	padding: 10pt 0pt 10pt 0pt;
}

h1 {
	/* font-variant: small-caps; */
	font-size: 200%;
} 
h2 {
	/* font-variant: small-caps; */
	font-size: 160%;
}
h3 {
	font-size: 140%;
} 
h4 {
	font-size: 130%;
} 
h5 {
	font-size: 120%;
} 
h6 {
	font-size: 110%;
} 

/************************************
 * links
 must be done in this order:
 a {}
 a:link{}
 a:visited{}
 a:focus{}
 a:hover{}
 a:active{}
 ***********************************/
a {
	color: blue;
	text-decoration: underline;
} 
a:hover {
	font-style: italic;
	font-weight: bold;
} 
a:visited {
	color: red;
} 

address { font-size: small; font-style: italic; }

/************************************
 * table
 ***********************************/

table {
	border: 0;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

.tableHead {
	font-size: small;
  font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration: none
}
.blackbox {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
	font-weight: bold;
	color: white;
	background: #000;
}
.tiny {
  font-family: sans-serif, Arial, Helvetica, sans-serif; 
	font-size: x-small;
	color: #000000;
}
.small {
  font-family : sans-serif; 
	font-size: 9pt;
}

.myH1 {
	font: small-caps large sans-serif;
  font-family : Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.title {
	font-size: x-large;
	color: yellow;
	font-style: italic;
}

.time {
	font-size: small;
	color: #0f0;
	background: black;
	margin-left: 5pt;
	margin-right: 5pt;
	padding: 5pt 5pt 5pt 5pt;
}

.navbar { font-size: medium; color: #cff; background: black; }
a:link.navbar    { color: white; background: black; }
a:visited.navbar { color: silver; background: black; }

.sidebar {
	color: white;
	background: #900; 
  font-family : sans-serif,Arial,Helvetica; 
	font-weight: bold;
	text-align: right;
	font-size: small;
}

dd.sidebar {
	text-align: right;
	font-size: small;
}

p.sidebar {
	background: #900;
	text-align: right;
}

td.sidebar {
	background: #900;
}

a:link.sidebar    {	background: #900; color: #fff; }
a:hover.sidebar   {	background: #900; color: #aaa; }
a:visited.sidebar {	background: #900; color: #ccc; }
  
.orange {
	color: #fc9;
	background: #900; 
	font-weight: bold;
	text-align: left;
	font-size: medium;
}
a.orange { font-size: large; }

.rowlight { color: black; background: white; }
.rowdark { color: black; background: silver; }

/*
.redbar {
	display: block;
  margin: 0;
	padding: 0;
	width: 100%;
	border-style: none;
	background: #900; 
	color: white;
	font-weight: bold;
}
*/
.redbar {
	width: 10%;
	background: #900; 
	color: white;
}

.redback {
	display: block;
  margin: 0;
	padding: 0;
	border-style: none;
	background: #900; 
	color: white;
	font-weight: bold;
}

a.blackbar {
	background: black;
	color: white;
	font-size: small;
	font-weight: bold;
}

a.plainlink {
	color: black;
	text-decoration: none;
}

.headline {
	font-size: 9pt;
	line-height: 10pt;
}

.moonlabel {
	font-size: 9pt;
	text-align: right;
	background-color: black;
	color: #0099ff;
	font-weight: bold;
}

.moonitem {
	font-size: 9pt;
	background-color: black;
	color: #00ff99;
}

.graybox {
  font-family :  arial, helvetica, sans-serif; 
        font-size: small;
        font-weight: bold;
        color: white;
        background: #aaa;
        border-style: none;
        margin: 5px;
        padding: 0px;
}

.privlist {
	list-style-type: none;	
}
