.td
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-style : normal;
	font-variant : normal;
}

.th
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-style : normal;
	font-variant : normal;
}

.normalText
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-style : normal;
	font-variant : normal;
}

body
{
	background: White;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.mybody
{
	background: Silver;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.div
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-style : normal;
	font-variant : normal;
}

.txtblue
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-style : normal;
	font-variant : normal;
	color : Blue;
}
.txtbold
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-style : normal;
	font-variant : normal;
	color : Black;
	font-weight : bold;
}
.txtnormal
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-style : normal;
	font-variant : normal;
	color : Black;
	font-weight : normal;
}
.txtwhite
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-style : normal;
	font-variant : normal;
	color : #FFFFFF;
	font-weight : bold;
}
.txtblack
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-style : normal;
	font-variant : normal;
	color : #000000;
	font-weight : bold;
}