/********************************************
Design sytle sheet. 
-------------------------------------------------------
Attributes set in this file afffect foreground 
colors, background colors, and font types
and sizes. 

HTML Elements
-------------------------------------------------------
These attributes affect all instances of 
the specified element.
*********************************************/
A{
	color : #336633;
}
BODY
{
	background-color: #FFFFFF;
	scrollbar-base-color : #2E000D;
}
BODY, TD, TH, DIV, P, LI, SPAN{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
UL{
	list-style : square;
}
/********************************************
Class Elements
-------------------------------------------------------
These attributes affect all instances 
contaning the specified class.
*********************************************/
BLOCKQUOTE.notes{
	border-color : #FFFF99;
	background : #FFFFCC;
}
.color1{
	background : #000066;
}
.color2{
	background : #FFFFFF;
}
.data{
	background : #F7F7F7;
}
.data TH{
	background : #FFB500;
	border : 1px outset;
}
.data .title{
	text-align : left;
	font-style : italic;
}
.data TR.e{
	background : #FFFFCC;
}
.data TR.o{
	background : #FFFFFF;
}
TR.menuh{
	background : url(images/menurep.gif);
}
TD.menut{
	font-size: 12px;
	font-weight : bold;
}
TD.menul LI{
	list-style-image : url(images/menu_i.gif);
}
TD.menul A{
	color : #3A6000;
	text-decoration : none;
	border : 1px none #000000;
	width : 132px;
	height : 16px;
}
TD.menul A:hover{
	background : #8CA367;
	border: 1px solid #E0E0C2; 
	color : #FFFFFF;
}
.sub A{
	color : #996633;
}
/********************************************
ID Elements
-------------------------------------------------------
These attributes affect specified instances 
contaning the named ID.
*********************************************/
#popupContent{
	background : #F2F2F2;
	font-size : 11px;
}
#Header{
	font : normal 14px "Arial Black", fantasy;
}
#ql{
	background : #FFFFCC;
}
#menu{
	background : #CCCC99 url(images/menu_back.gif) no-repeat;
}
#footer{
	font-size : 10px;
}
#footer A{
	color : #996633;
}

