.text {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.text2 {
	font-family: "MS Sans Serif",;
	font-size: 10px;
	color: #336699;
	text-decoration: none;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}

.greenbtn {
	background-color: #AFD17B;



}
.text3 {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 10px;
	font-weight: lighter;

}
.text4 {
	font-family: "MS Sans Serif";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.shiftcontainer{
position: relative;
left: 5px;
top: 5px;
}

.shadowcontainer{
width: 300px;
background-color: #B9DCFF;/*bg ngo*/
}

.shadowcontainer .innerdiv{
background-color:#E8F2FF;/*bg grob*/
border: 1px solid #0066CC;/*color border*/
padding: 6px;
position: relative;
left: -5px;
top: -5px;

}
