#demo{
	position: relative;
	left: 0px;
	top: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 10pt;
	color: #2B6CC8;
	border: thin solid #919191;
	/*height: 125px;*/
	width: 20%;
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	background-color: #EDEDED;
}
#demo a{
	
	color: #2B6CC8;
	text-decoration: underline;
	font-size: 10pt;
	}
	
#demo a:hover{
	color: DarkBlue;
	text-decoration: none;
	}
	

.demotop {
font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12pt;
	color: #00A8C6;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: top;
	height: 23px;
}
.pic {
	border: 0px solid #919191;
	padding: 0px;
	align:center;
	background-color: #FFFFFF;
}
.content {
	border: 1px solid #919191;
	padding: 2px;
	background-color: #E5E5E5;
	
}