BODY   { background-image: url("zimages/site/bg-blk2.jpg"); background-repeat: repeat; background-attachment: fixed; 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:link   { color: teal; text-decoration: none }

A:visited  { color: olive; text-decoration: none }

A:active {
	color: #CC0000;
	text-decoration: none;
}

A:hover  { color: yellow; text-decoration: none }

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #000000;
	text-decoration: none;
}

TD  { font-size: 12px; font-family: Verdana }

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 12px;
	font-family : Tahoma;
	color : #666666;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #D2D2CA;
	height : 1px;
}


