body
{
	font-size: 10pt;
	background-image: none;
	font-family: Verdana;
	/*text-align:center*/
	
}
TABLE
{
	font-size: 10pt;
	font-family: Verdana;
}
table.messagetable
{
	border-right: black thin solid;
	border-top: black thin solid;
	font-size: 10pt;
	margin: 0px;
	border-left: black thin solid;
	width: 100%;
	border-bottom: black thin solid;
	font-family: Verdana;
}

table.errortable 
{
	width: 100%;
	border: solid thin black;
	margin: 0;
}
table.errortable tr
{
	border: solid thin black
}

table.errortable tr.head
{
	font-weight: bold;
	color: white;
	background-color: ff0000;
	border: solid thin black;
}

tr.head
{
	font-weight: bold;
	color: white;
	background-color: 007fff;
	border: solid thin black;
}


A:link
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
}
A:visited
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
}
TD
{
    font-size: 10pt;
	font-family: Verdana;
}
td.special
{
    font-size: 10pt;
    font-family: Verdana;
    background-color: #99cc66;
}
div.righttoptext
{
    color: #006699;
    font-family: Verdana;
    text-align: right;
    font-size: 12pt;
    font-weight: bold;
}
