a:link
{
	color: 62beff;
	text-decoration: underline; 
}
a:visited
{
	color: 62beff;
	text-decoration: underline;
} 
a:active 
{
	color: 62beff;
	text-decoration: underline;	
}
a:hover
{
	color: fffd78;
	text-decoration: none;	
}

body
{
	font-family: Tahoma;
	font-size  : 8pt;
	background-color: rgb(255,255,255);
	color: rgb(200,200,200);
	margin:0;
	background-image:url('images/bg.gif');
}

p
{
	line-height: 150%
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Tahoma;
	color: rgb(200,200,200);	
	font-size  : 8pt;
	bckground-color:rgb(255,255,255);


}
.th
{
    background-color:rgb(150,0,0);
	font-family: Tahoma;
	font-size  : 9pt;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(225,225,225);
	font-family: Tahoma;
	font-size  : 8pt;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Tahoma;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.mt
{
	font-family: Arial Narrow;
	font-size  : 16pt;
	font-weight: bld;
	color: rgb(50,150,255)
}

h1
{
	font-family: Arial;
	font-size  : 12pt;
	font-weight: normal;
	font-weight: bold;
	color: rgb(0,50,175)
}

h2
{
	font-family: Arial;
	font-size  : 11pt;
	font-weight: normal;
	font-weight: bold;
	color: rgb(50,150,255)
}

.shd
{
	font-family: Arial;
	font-size  : 10pt;
	font-weight: bold;
	color: rgb(243,215,117)
}

.tb
{
    border:1px solid #555555; 
    background-color:#333333;
	color: rgb(255,255,255);	
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}

ul
{
	font-family: Tahoma ;
	font-size  : 8pt;
	font-style: normal;
	color: rgb(200,200,200);
	list-style-image:url('images/listbullet.gif');
}