.smallheaders {
	 font-size: 9pt; line-height: 12pt;
    font-weight: bold; font-family: Verdana,Tahoma,Arial,Helvetica;

}

.top-nav {
	BORDER-TOP: #ff6600 thick solid; PADDING-TOP: 0.5em;
        FONT-FAMILY: Verdana,Tahoma,Arial,Helvetica;
        FONT-SIZE: 9pt;
        FONT-WEIGHT: bolder;
        BACKGROUND-COLOR: #ffcc00;
        PADDING-BOTTOM: 0.5em;
        PADDING-LEFT: 1em;
}
.logo   { background-color:#ffcc00; color:#000099; /* blue on yellow */
          font-family: Times New Roman, Serif; }

.logo2  { background-color:#ffffff; color:#660099; /* purple on white */
          font-family: Times New Roman, Serif;
	  font-weight: normal;
	  font-style: italic; }
	
.tagline { background-color:#ffffff; color:#669900; /* green on white */
          font-family: Arial, Helvetica, Sans Serif;
          font-weight: bold; }

.yellow { background-color:#ffcc00; color:#000000 }
.blue   { background-color:#333399; color:#ffffff }
.green  { background-color:#669900; color:#ffffff }
.purple { background-color:#660099; color:#ffffff }
.orange { background-color:#ff6600; color:#000000 }

.true-yellow { background-color:#eaaf0f; color:#000000 }
.true-blue   { background-color:#4930ad; color:#ffffff }



BODY {  font-family: verdana, tahoma, arial, helvetica, sans-serif;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 10%;
	margin-right: 10%;
	color: black;
	background-color: #FFFFFF ;
}

UL ( font-family: verdana, tahoma, arial, helvetica, sans-serif;
)

a:hover { color:#ccffcc;
          text-decoration:none
}

a:link  { text-decoration:none
}

a:visited { text-decoration:none
}

A:active {
      text-decoration: none;
}


P {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	margin-top: 10pt;
	margin-bottom: 5pt;

}

.notice {
	border: 1pt;
	border-style: solid;
	border-color: silver;
	margin-left: 12pt;
	margin-right: 12pt;
	padding: 3pt;

}

H1, H2, H3 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
        background-color: #4930ad;
	color: #ffffff;
}
H2 {	
        margin-top: 20pt; }

H3 {	background-color:#eaaf0f;
        color: #000000;
        margin-top: 10pt; }

HR {    margin-top: 20pt; }

STRONG {
	color: white;
	background-color: #ff6600;
	font-weight: normal;	
	font-style: normal;

}

EM {
	color: white;
	background-color: #ff6600;
	font-weight: normal;	
	font-style: normal;
}


PRE {
	font-family: "Courier New", Courier, monospace;
	margin-left: 12pt;
}

TT { font-family: "Courier New", Courier, monospace; }




