﻿
body { font-size: 10pt; color: #797878; font-family: Arial} 
table { font-size: 10pt; color: black; font-family: Arial}
a:link {color:#686868;text-decoration:underline}      /* unvisited link */
a:visited {color:#686868;text-decoration:underline}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#686868;text-decoration:underline}  /* selected link */

h1 { font-size: 11pt; color: #404040; font-family: Arial;padding:0;margin:0}
h2 { font-size: 10pt; font-weight: bold; text-decoration: none; color: #404040; text-align: right; padding:0; 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 */
