﻿/* No Dotted Lines */
* html a
{
	behavior: url(/scripts/onclickbehavior.htc);
}
:focus
{
	-moz-outline-style: none;
}

/* IE6 png behavior */
* html img.png, * html input.png img
{
	border:none;
	behavior:url(/scripts/pngbehavior.htc);
}