﻿
body { font-size: 10pt; color: black; font-family: Arial} 
table { font-size: 10pt; color: black; font-family: Arial}
a:link {color:#000000;text-decoration:underline}      /* unvisited link */
a:visited {color:#000000;text-decoration:underline}  /* visited link */
a:hover {color:#CC0000;}  /* mouse over link */
a:active {color:#000000;text-decoration:underline}  /* selected link */
table.X1 a:link {color: #ffffff;}
table.X1 a:active {color: #ffffff;}
table.X1 a:visited {color: #ffffff;}
table.X1 a:hover {color: #CC0000;}
h1 { font-size: 14pt; color: #CC0000; font-family: Arial;padding:0;margin:0}
h2 { font-size: 10pt; color: #CC0000; font-family: Arial;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 */