
/*-- overriding default margin         --*/p
{
	margin: 0;
}
.Container3
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.Container3Header
{
  background-color: white;
	border-bottom: solid 1px black;
	height: 24px;
	padding-top: 3px;
}
/*-- conatiner title token             --*/.Container3Title
{
	font-size: 11px;
	font-family: arial;
	color: black;
	font-weight: bold;
	background: url(HeaderToken3.jpg) no-repeat 3px 3px;
}
/*-- container title cell              --*/.Container3TitleTD
{
	width: 100%;
	padding: 0;
}
/*-- container actions cell            --*/.Container3ActionsTD
{
	width: 0%;
	padding: 0;
	text-align: right;
}
/*-- container content pane            --*/.Container3Content
{
	font-size: 11px;
	line-height: 1.4em;
	font-family: arial;
	color: #444;
	text-align: left;
	padding: 5px 4px 15px 4px;
}

