/* $Id: style.css,v 1.1 2004/06/04 21:31:25 dope Exp dope $
 *
 * Color Space
 * Light Orange  #fdbf23
 * Medium Orange #f99f23
 * Dark Orange   #f07803
 * Light Olive   #cbcb76
 * Dark Olive    #9fa736
 * Steelgrey     #708090
 *
 * Orange	 #ff8c00
 */

body {
		background-color: #ffffff; 
		color: #000000;
}

td, tr
{
  font-size: 14pt;
  border-style: solid;
  padding: 2px;
  margin: 0px;
  border-left: none;
  border-right: none;
  margin-top: 1%;
  margin-bottom: 1%;
}

#maintitle {
		color: #FFFFFF;
		background-color: #000000;
}
.blinkred {
		color: red;
		font-size: 12pt;
		text-decoration: blink;
		background-color: #000000;
}

a {
		color: #ff8c00;
		background-color: transparent;
		text-decoration: none;
}
a:hover {
		color: #ff8c00;
		background-color: transparent;
                text-decoration : underline overline;
}
a:visited {
                color: #9fa736; 
		background-color: transparent;
                }

h1 {
    font-variant:normal;
    font:small-caps 24pt sans-serif;
    border-bottom: 1px solid black;
    color : #9fa736;
    background-color: #ffffff;
}

h2 {
    color : #9fa735;
    background-color: white; 
    border-bottom: 1px solid black;
    font-variant:normal;
    font: 14pt sans-serif;
}
p.topic {
		color: white;
		background-color: black;
		font-weight: bold;
		font-style: italic;
}

table.welcome {
		color: white;
		background-color: black;
}

table.section {
		color: white;
		background-color: black;		
}
td.section {
		vertical-align: top;
		color: white;
		background-color: black;
}
tr.blue { 
		color: white;
		background-color: #333333; 
}
tr.white { 
		color: white;
		background-color: #666666; 
}
tr.section{
		color: white;
		background-color: black;
}


p.message {
		font-style: italic;
		text-decoration: none;
}
p.think {
		visibility: visible;
		font-weight: bold;
		color: white;
		background-color: black;
}
span.think {
		font-weight: normal;
		font-style: italic;
		color: white;
		background-color: black;
}
p:active {
		color: red;
		background-color: transparent;
}

address
{
        font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	background-color: #f99f23;
        font-size-adjust: .53;
        font-size: 13pt;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        word-spacing: normal;
        letter-spacing: normal;
        text-transform: none;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding: .25em;
}
