body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#111111;
}

a.style1:link {color: #666666; font-size: 11px; font-family: tahoma,sans-serif; text-decoration:none;}
a.style1:visited {color: #666666; font-size: 11px; font-family: tahoma,sans-serif; text-decoration:none;}
a.style1:active {color: #666666; font-size: 11px; font-family: tahoma,sans-serif; text-decoration:none;}
a.style1:hover {color: #c4c4c4; font-size: 11px; font-family: tahoma,sans-serif; text-decoration:none;}

.header {
	color: #f0f0f0;
	font-size: 20px;
	font-family: tahoma,sans-serif;
	text-decoration: none;
	font-weight: 500;
}

.style2 {
	color: #c4c4c4;
	font-size: 13px;
	font-family: tahoma,sans-serif;
	text-decoration:none
}
.style3 {
	color: #666666;
	font-size: 11px;
	font-family: tahoma,sans-serif;
	font-weight: normal;
}
.style4 {
	color: #9b9a9a;
	font-size: 13px;
	font-family: tahoma,sans-serif;
}
.style5 {
	color: #f7f8f7;
	font-size: 13px;
	font-family: tahoma,sans-serif;
}
.style6 {
	color: #7b9e1b;
	font-size: 13px;
	font-family: tahoma,sans-serif;
}
.style7 {
	color: #B7B7B7;
	font-size: 13px;
	font-family: tahoma,sans-serif;
}
.style9 {color: #9b9a9a; font-size: 11px; font-family: tahoma,sans-serif; font-weight: bold; }

a.style10:link    {color:#7b9e1b; text-decoration:none; font-size: 13px; font-family: tahoma,sans-serif;}
a.style10:visited {color:#7b9e1b; text-decoration:none; font-size: 13px; font-family: tahoma,sans-serif;}
a.style10:active  {color:#7b9e1b; text-decoration:none; font-size: 13px; font-family: tahoma,sans-serif;}
a.style10:hover   {color:#96ea14; text-decoration:underline; font-size: 13px; font-family: tahoma,sans-serif;}

a.style11:link    {color:#111111; text-decoration:none; font-size: 11px; font-family: tahoma,sans-serif;}
a.style11:visited {color:#111111; text-decoration:none; font-size: 11px; font-family: tahoma,sans-serif;}
a.style11:active  {color:#111111; text-decoration:none; font-size: 11px; font-family: tahoma,sans-serif;}
a.style11:hover   {color:#E9520D; text-decoration:underline; font-size: 11px; font-family: tahoma,sans-serif;}

a.sitemap:link    {color:#c4c4c4; text-decoration:none; font-size: 11px; font-family: tahoma,sans-serif; font-weight:bold;}
a.sitemap:visited {color:#c4c4c4; text-decoration:none; font-size: 11px; font-family: tahoma,sans-serif; font-weight:bold;}
a.sitemap:active  {color:#c4c4c4; text-decoration:none; font-size: 11px; font-family: tahoma,sans-serif; font-weight:bold;}
a.sitemap:hover   {color:#E9520D; text-decoration:underline; font-size: 11px; font-family: tahoma,sans-serif; font-weight:bold;}

a.sitemapTitle:link    {color:#7b9e1b; text-decoration:none; font-size: 11px; font-family: tahoma,sans-serif; font-weight:bold;}
a.sitemapTitle:visited {color:#7b9e1b; text-decoration:none; font-size: 11px; font-family: tahoma,sans-serif; font-weight:bold;}
a.sitemapTitle:active  {color:#7b9e1b; text-decoration:none; font-size: 11px; font-family: tahoma,sans-serif; font-weight:bold;}
a.sitemapTitle:hover   {color:#c4c4c4; text-decoration:underline; font-size: 11px; font-family: tahoma,sans-serif; font-weight:bold;}

.sitemapHeader {
	color: #7b9e1b;
	font-size: 13px;
	font-family: tahoma,sans-serif;
	text-decoration:none;
	font-weight:bold;
}


#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 */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: #FFFEDF;
border: 1px solid gray;
visibility: hidden;
}

.galleryheader {
	color: #444444;
	font-size: 11px;
	font-family: tahoma,sans-serif;
	font-weight:bold;
}

.gallerytext {
	color: #555555;
	font-size: 11px;
	font-family: tahoma,sans-serif;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 3px solid #97c90c;
padding: 4px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:2px solid #97c90c;
font:normal 11px Tahoma, sans-serif;
line-height:18px;
z-index:100;
border-right: 2px solid #97c90c;
border-bottom: 2px solid #97c90c;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 0px 0px;
}