body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #2D3B40;
}

h1, div.componentheading{
	font-size: 12pt;
	color : #40607D;
	padding: 0 0 8px 10px;
}

h2{
	font-weight: bold;
	font-size: 11pt;
	color : #40607D;
	padding: 0 0 2px 10px;
	margin-bottom : 0;
}

p{
	margin: 2px 30px 8px 10px;
	text-align: justify;
}
a{
	font-size: 10pt;
	color : #2D3B40;
	text-align: justify;
}

div.mosimage{
	margin:10px;
	border : 1px solid #7A8E53;
	padding: 3px;
	background-color: #C2D3AF;
}

div.mosimage_caption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #2D3B40;
	margin-top: 3px;
	font-weight : normal;
}

ol, ul{
	margin: 0 30px 8px 20px;
	padding: 0;
	margin-left: 10px;
	display: inline-block;
}

li {
	margin-left: 20px;
	white-space: pre-wrap;
}

td.buttonheading {
	padding-left: 7px;
	padding-right: 7px;
}

td.buttonheading img {
	position: relative;
	top: -3px;
}

/* inner table */
table.contentpaneopen table{
	border-spacing : 0;
	border-collapse : collapse;
}

table.contentpaneopen table td{
	border:1px solid #47575C;
	padding: 3px;
}


/* helper for .noborder */
table.contentpaneopen table.noborder td{
	border: 0;
}

table.contentpaneopen  td.noborder{
	border: 0;
}
