<!--
img { border : 0; }

A:link {text-decoration:none; color:666666;}
A:visited {text-decoration:none; color:666666;}
A:hover {text-decoration:none;  color:666666;}

.font01 { font-size:7pt;font-family:tahoma;}
.font02 { font-size:9pt;font-family:tahoma;}
.font03 ( font-size:11pt;font-family:tahoma;}
.font04 ( font-size:100pt;font-family:tahoma;}

#motioncontainer a img
{
	/*image border color*/
	border: 0px solid #ccc;
}

#motioncontainer a:hover img
{
	/*image border hover color*/
	border: 0px solid navy;
}

#motioncontainer a:hover
{
	color: red; /* Dummy definition to overcome IE bug */
}
-->
