
body { font-size: 10pt; color: black; font-family: Arial} 
table { font-size: 10pt; color: black; font-family: Arial}
A {
	text-decoration:none;
	}
A:hover {
	text-decoration:underline;
	}
h1 { font-size: 14pt; color: #9A0E19; font-family: Arial;padding:2;margin:0}
/* Gallery Styles */

#motioncontainer {
/* margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 58px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 0px solid gray;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
left: 0px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */