body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #546162;
	font-family:tahoma;
	font-size:12px
}
a:hover {
	color:#7a0000;
}
.title_bold {
	color: #677b7c;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.style2 {
	color: #546162;
	font-size: 12px;
	font-family: tahoma;
	text-decoration: none;
}
.style3 {
	color: #003376;
	font-size: 12px;
	font-family: tahoma;
}
.style5 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #003376;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	background-color: #C6C6C6;

}
.style7 {
	color: #939b9c;
	font-size: 10px;
	font-family: tahoma;
}
.hamster1 {
	background-image: url(images/hamster1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    color: #333333;
	font-size: 11px;
	font-family: tahoma;
}
.leftcol {
	background-color: d0d0d6;
}
.quoted {
	text-align: right;
	margin-right: 10px;
	line-height: 5px;
}
.link_color {

	color: #c32d16;
	font-size: 11px;
	font-family: tahoma;
}
/* 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: 100px; /* 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: 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 */

/* Lightbox Styles */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
.border
{
	border:solid 1px #CCCCCC;
	width:200px;
}