body {
	
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top right;
	background-color:#fef8df;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma;
	font-size:12px;
}
a {
	font-family: Tahoma;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#006600;
}
a:active {
	text-decoration: none;
}

.td01{
	background-image:url(../images/n.gif);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
}
.bor{
	border-style:solid;
	border-color:#f5bb42;
	border-width:1px;
}

.style1 {
	color: #929fc2;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
}
.red {
	color:#FF3300;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
}
.style2 {
	color: #ffffff;
	font-size: 12px;
	font-family: tahoma;
	font-weight:bold;
}
.style3 {
	color: #3f424b;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #3f6184;
	font-size: 12px;
	font-family: tahoma;
	font-weight:bold;
}
.style5 {
	color: #004a96;
	font-size: 12px;
	font-family: tahoma;
	font-weight:bold;
}
.style6 {
	color: #003376;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	background-color: #C6C6C6;

}
.style7 {
	color: #3f424b;
	font-size: 12px;
	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: 135px; /* 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");
	}
	
