body {
	font : bold small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffcc;
	background-color : #330033;
}
:link {
	color: #ffcc33;
}
:visited {
	color: #ff6699;
}
:active {
 color: #FF0000; 
}
P {
	font : bold small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffcc;
}
LI {
	color : #ffffcc;
}

B {
	font-weight : bold;
}
I {
    font-style : italic;
}
A {
    font-weight : bold;
}
A.footer {
	color : #ff0000;
}
A.footer:VISITED {
	color : #ff6699;
}
A.external {
	color : #ff9966;
}
A.external:VISITED {
	color : #ffcc99;
}
A:HOVER {
	background-color :  #FFCC33;
	color : #00009F;
}
A.logo:HOVER {
	background-color : #993333;
}
A.external:HOVER {
    background-color : #ffcc66;
    color : #00009F;
}
UL {
    font : bold small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
LI {
	font : bold small Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-type : square;
}
TABLE {
}
TR {
}
TD {
	font : bold smaller Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffcc;
}
TT {
    font-family : "Courier New", Courier, monospace;
}
PRE {
    font-family : "Courier New", Courier, monospace;
}
.nobold{
	font-weight : normal;
}
.size1 {
	font-size : 7.5pt;
}
.size2 {
	font-size : 8.5pt;
}
.size3 {
	font-size : 9pt;
}
.size4 {
	font-size : 11pt;
}
.size5 {
	font-size : 13pt;
}
.size6 {
	font-size : 16pt;
}
.size7 {
	font-size : 20pt;
}
.red {
	color : Red;
}
.green {
	color : Green;
}
.blue {
	color : Navy;
}
.brown {
	color : Maroon;
}
.yellow {
	color : Yellow;
}
.white {
	color : White;
}
TD.footer {
	color: gray;
	font-size: xx-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #dfcfcf;
}
.titlebar {
	color : #ffffcc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
}
TT {
    font-family : "Courier New", Courier, monospace;
}
PRE {
    font-family : "Courier New", Courier, monospace;
}
.nobold{
	font-weight : normal;
}
.hilite-green{
	background-color : #99FF99;
}
.hilite-orange{
	background-color : #FFCC33;
}
.hilite-white{
	background-color : White;
}
.indent {
	text-indent : 3%;
}
.nobr{
	white-space : nowrap;
}