/* CSS Document */
<style type="text/css">
/* The disable is not used. The first one is not recognised */
.disabled {}

body {
margin:0px;
}
hr {
color: #97ADDC; 
background-color: .#97ADDC; 
border: 1px dotted #FF0000; 
border-style: none none dotted;
line-height:normal;
}
.textbox {
	 border: 1px groove #99CD00;
	 color:#990066;
	 font: 10px Verdana, Arial, Helvetica, sans-serif; color: #555555;
}
.newsletter {
	 border: 1px groove #333333;
	 height:17px;
	 color: #0e5b10;
	 font: 11px tahoma; color: #555555;
	 width:140px;
}
.boxtitle {
	font-family: tahoma; 
	font-size:12px;
	color:#333333;
	text-align:justify;
}
.smallboxtitle {
	font-family: tahoma; 
	font-size:8px;
	color: #000000;
	text-align:justify;
}
.footertitle {
	font-family: tahoma; 
	font-size:12px;
	font-weight:800;
	color:#FFFFFF;
	text-align:justify;
}
a {
	text-decoration: none;
	color:#333333;
}
/* Styles used for the image scroller*/
motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

}

</style>


