/* CSS Document */

A:link		{color: #000080}
A:visited	{color: #000080}
A:hover 	{color: #FF0000}
A:link 		{text-decoration: none}
A:visited 	{text-decoration: none}
A:active 	{text-decoration: none}
.stretch 	{
	letter-spacing: .2em;
	font-size: 8px;
	font-weight: bold;
	font-family: Tahoma;
	color: #000000;
	}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/cdbkgnd.jpg);
	}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
