body
{
	font-family: verdana, sans;
	font-size: 10pt;
	text-indent: 0px;
	text-align: justify;
/*	background-color:#fff3c7;*/
	background-color:#f0f0ff;
}

h1
{
	font-family: verdana, sans;
	font-size: 14pt;
	clear: both;
}

h2
{
	font-family: verdana, sans;
	font-size: 20pt;
	clear: both;
	text-align:center;
	text-decoration:underline
}

p
{
	clear:both;
}

table.l
{
	font-family: verdana, sans;
	background-color: #ffffff;
	border: 1px solid #000000;
	margin: 0px 10px 10px 10px;
	float: left;
	font-size: 8pt;
	width: 300px;
	clear: both;
	display: inline;
}

table.r
{
	font-family: verdana, sans;
	background-color: #ffffff;
	border: 1px solid #000000;
	margin: 10px 0px 10px 30px;
	float: right;
	font-size: 8pt;
	width: 300px;
	clear: both;
	display: inline;
}

html > body table.r
{
	display: table;
}

html > body table.l
{
	display: table;
}

table.c
{
	font-family: verdana, sans;
	background-color: #ffffff;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
	width: 300px;
	clear: both;
}

td.main
{
	width:100%;
	background-color:#ffffff;
	padding:15px;
/*	border:3px solid #3070b0*/
	border:1px solid #204080;
}

div.panel
{
	width:250px;
	color:#000000;
}

td.panel
{
	vertical-align: top;
}

img.imglink
{
	border:1px solid #000000
}
