a:link
{
	color: rgb(50,50,150); 
}
a:visited
{
	color: rgb(50,50,150); 
} 
a:active 
{
	color: rgb(50,50,150);
}
table
{
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(221,221,221);
	font-family: Arial, Verdana;
	font-style: normal;
	font-size:10pt;
	color: rgb(0,0,0);
}
body
{
	font-family: Arial, Verdana;
	font-style: normal;
	font-size: 10pt;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255)
}

.th
{
   background-color:rgb(127,35,36);
	font-family: Arial, Verdana;
	font-type: bold;
	font-size  : 10pt;
	color: rgb(255,255,255)
}
.tch
{
   background-color:rgb(255,235,215);
	font-family: Arial, Verdana;
	font-type: bold;
	font-size  : 10pt;
	color: rgb(0,0,0)
}
.tc
{
   background-color:rgb(255,255,255);
	font-family: Arial, Verdana;
	font-type: normal;
	font-size  : 10pt;
	color: rgb(0,0,0)
}

ul
{
   font-family: Trebuchet MS, Arial, Verdana;
   font-style: normal;
   font-size: 10pt;
   color: rgb(0,0,0);
   list-style-image:url('images/bullet.jpg');
}

h1
{
	font-family: Arial, Verdana;
	font-style: normal;
	font-size: 12pt;
	color: navy;
}
h2
{
	font-family: Arial, Verdana;
	font-style: normal;
	font-size: 12pt;
	color: rgb(128,0,128); 
}
.deftext
{
    font-color: black;
	font-family: Arial, Verdana;
    font-style: normal;
    font-size: 10pt;
    color: rgb(0,0,0);
}
 