.headerCss
{
	cursor:hand;
	cursor:pointer;
}

.contentCss
{
  border-left:1px solid #C8C2A8;
  border-right:1px solid #C8C2A8;
  background-color:#ECECD9;
 	width:600px;
 	text-align:center;
}

.iFrameCss
{
	overflow:auto;
	width:600px;
	height:300px;
	padding:0px;
	margins:0px;
}
