<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.style3 {
	border-style: solid;
	border-width: 1px;
	background-color: #C0C0C0;
}
}
.style4 {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	margin-left: 72.0pt;
}
.style5 {
	color: #FFFFFF;
	text-align: center;
}
.style6 {
	font-weight: normal;
	font-style: normal;
}
.style7 {
	font-family: "Arial Black",Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}
.style8 {
	font-size: 14;
}

.style9 {
	font-size: 12;
}

.style10 {
	font-size: 10;
}

.style11 {
	font-size: 8;
}

.style12 {
	font-size: 6;
}

.style16 {
	border: 7px solid #000000;
	margin-left: 4px;
	background-color: #33CCCC;
}
.style17 {
	text-align: center;
}
.style18 {
	font-size: large;
	font-variant: small-caps;
}
.style19 {
	color: #000080;
}
.style21 {
	margin-left: 240px;
	text-align: center;
	font-size: x-small;
}
.style22 {
	font-size: 10;
}
.style23 {
	font-family: Arial, Helvetica, sans-serif;
}
.style24 {
	font-size:13.0pt;
	font-family:"Cambria","serif";
	color:#4F81BD;
	font-weight:bold;
}
.style25 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.style26 {
	vertical-align: super;
	margin: 18px;
}
.style27 {
	font-family: "Arial Black";
	font-size: large;
	text-align: center;
}
.style28 {
	font-family: Wingdings;
}
.style29 {
	font-family: Arial;
	font-size: large;
	text-align: center;
}
.style30 {
	font-size: 11.0pt;
	font-family: "Times New Roman", Times, serif;
}
.style31 {
	font-family: Arial;
}
.style32 {
	border-width: 0px;
}
.style33 {
	font-family: Arial;
	font-size: large;
	text-align: left;
	color: #000080;
}
.style34 {
	font-family: Arial;
	font-size: large;
	text-align: left;
	margin-left: 0px;
}
.style35 {
	border-width: 0px;
	vertical-align: baseline;
}
.style36 {
	border-width: 2px;
	vertical-align: middle;
}
.style37 {
	font-family: Arial;
	font-size: large;
	color: #000080;
}
.style38 {
	text-align: center;
	font-size: x-small;
}
body {
        font: 0.8em arial, helvetica, sans-serif;
}
#header ul {
        list-style: none;
	padding: 0;
	margin: 0;
}
#header li {
        float: left;
        border: 0px solid #bbb;
        border-bottom-width: 0;
        margin: 0;
}
#header a {
        text-decoration: none;
        display: block;
        background: #eee;
        padding: 0em 0em;
        color: #00c;
        width: 8em;
        text-align: center;
    }
#header a:hover {
        background: #00c;
	color: white;
}
#header #selected {
        border-color: black;
        background: #000080;
        color: white;
        width: 8em;
        text-align: center;
}
#header #selected a {
        position: relative;
        top: 1px;
        background: white;
        color: black;
        font-weight: bold;
}

/* 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: 130px; /* Set to gallery height */
}

#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

