#ajaxticker1{
width: 500px;
height: 20px;
padding: 5px;
background-color: #C6D2D1;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #C6D2D1;
}

.someclass{ 
font-family: Verdana, sans-serif;
color: #618235;
font-size: 11px;
font-weight: bold;
text-align: left;
}

#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;
}

body {
	background-color: #FDFBEA;
	}
.navi {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.navirelink {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
.info {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
}
.content {
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.style9 {
	color: #333333;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
li {
	list-style-type: square;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	list-style-position: inside;
}


