table.basic
{
	width: 416px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #FFCA5A;
	empty-cells: hide;
}
tr.basic
{
	border-style: solid;
	border-width: 2px;
	border-color: #FFCA5A;
}
td.basic
{
	border-style: solid;
	border-width: 2px;
	border-color: #FFCA5A;
}

tr.nobordercolor
{
	border-width: 2px;
}
td.nobordercolor
{
	border-width: 2px;
}

td.lightorangeback
{
	background-color: #FFD886;
	border-style: solid;
	border-width: 2px;
	border-color: #FFCA5A;
}

p.par
{
	font-size: 16px;
	text-align: justify;
	text-indent: 10px;
}

ul.square
{
	list-style: square inside none;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

div.rightpanel
{
	width: 180px;
	text-align: center;
}
div.header
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
div.title
{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
div.footnote
{
	position: relative;
	top: 5px;
	text-align: left;
	font-size: 12px;
}

a img.noborder
{
	border: 0px none;
}
