* { 
   font-family: "Century Gothic", sans-serif;  
	}

body {
   background-color:           #666633;
   color:                      #003333;
   scrollbar-face-color:       #6B8E23;
   scrollbar-highlight-color:  Olive;
   scrollbar-shadow-color:     #556B2F;
   scrollbar-3Dlight-color:    #B8860B;
   scrollbar-arrow-color:      #000000;
   scrollbar-track-color:      Olive;
   scrollbar-darkshadow-color: #2F4F4F;
   font: smaller "Century Gothic" sans-serif;
   }
table.Bars {
	background-color: #000033;
	color: #cccc99;
}
td.Bars {
	background-color: #000033;
	color: #cccc99;
}

td {
	font: "Century Gothic";
	font-size: x-small;
	background-position: left top;

}

table.body {
	background-color: white;
	color: #003300;
}
td.body {
	background-color: white;
	color: #003300;
}
p {
   font-family: "Century Gothic", sans-serif;
	font-size: x-small;
}
h1 {
	font: bold normal xx-large "Century Gothic" sans-serif;
}
h2 {
	font: bold normal x-large "Century Gothic" sans-serif;
}
h3 {
	font: bold normal large "Century Gothic" sans-serif;
}
h4 {
	font: bold normal medium "Century Gothic" sans-serif;
}
h5 {
	font: bold normal small "Century Gothic" sans-serif;
}
h6 {
	font: normal bold x-small "Century Gothic" sans-serif;
}
a {
	color: #006600;
	text-decoration: underline;

	}

*.blink {
	color: Maroon;
	text-decoration: blink;
	font-weight: bold;


}
a.alert {
	color: Maroon;
	font-size: x-small;
	text-decoration: underline blink;

}

a:hover {
	color: #32CD32;
	text-decoration: underline;

}

a:visited {
	color: #FF7F50;
	text-decoration: underline;

}

HR {
	color: #003300;
	height: 1pt;
}
