BODY{
	scrollbar-3d-light-color: #D2D2CA;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #D2D2CA;
	scrollbar-dark-shadow-color: #D2D2CA;
	scrollbar-face-color: #D2D2CA;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #D2D2CA;
	}

A.menu:link {
	COLOR: #767981; TEXT-DECORATION: none
}
A.menu:active {
	COLOR: #767981; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #767981; TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: #CC0000; TEXT-DECORATION: none
}

TD.menu {
	font-size: 12px; font-family : Verdana;
} /*Style for Navigation on left side of the page */

DIV.menu {
	FONT-SIZE: 14px; COLOR: #767981; FONT-FAMILY: Verdana;
}


TD {
	font-size: 12px; 
	font-family : Verdana;
} /*font size for page */

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 12px;
	font-family : Verdana;
	color : #666666;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

	TABLE.outlined { /* this is a 'small-list' table */
		
		background-color: #eeeeee;
		border: 1px solid Black;
		width:100%;
	}
	TR.header { /* this is a table headline */
		background-color: #666666;
		color: white;
		text-align: left;
	}
	TR.light { /* this is a table row */
		background-color: white;
		text-align: left;
	}
	TR.dark { /* this is an alternate table row */
		background-color:#F2F2F2;
		text-align: left;
	}
P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #D2D2CA;
	height : 1px;
}


