a:active    {	
				color: rgb(0,0,0);
				text-decoration: none;
			}
			 
a:link      {   
				color: rgb(0,0,0);
				text-decoration: none;
			}
			
a:visited   {   
				color: rgb(0,0,0);
				text-decoration: none;
			}
			
a:hover     {   
				color: rgb(200,0,0);
				text-decoration: none;
			}

body        {   font-family: Arial, Verdana; 
				font-size: 10pt; 
				color: rgb(0,0,0);	
				background-color: rgb(255,255,255)
			}
			
p           {
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: rgb(0,0,0);
	line-height: 150%
			}
.rightjustify {
	text-align: justify;
	font-size: 15px;
}

			
ul          {   font-family: Arial, Verdana; 
				font-size: 10pt
			}

li          {   font-family: Arial, Verdana; 
				font-size: 10pt
			}

ol          {   font-family: Arial, Verdana; 
				font-size: 10pt
			}


table       {   font-family: Arial, Verdana; 
				font-size: 10pt
			}
			
td          {   font-family: Arial, Verdana; 
				font-size: 10pt
			}
			
.th         {   font-family: Arial, Verdana; 
				font-size: 10pt; 
				font-weight: bold; 
				color: rgb(255,255,255); 
                background-color:rgb(180,0,0)
            }
            
.tch        {   font-family: Arial, Verdana; 
				font-size: 9pt; 
				font-weight: bold; 
				color: rgb(0,0,0); 
                background-color:rgb(225,225,225)
            }
            
.tc         {   font-family: Verdana; 
				font-size: 8pt; 
				font-weight: normal; 
				color: rgb(0,0,0); 
                background-color:rgb(240,240,240)
            }
            
.tb         {   border:1px solid #C0C0C0; 
				font-family: Verdana; 
				font-size: 8pt; 
				color: #000000; 
				background-color:#FFFFE8
			}            
.hd         {   font-family: Arial; 
				font-size: 10pt; 
				font-weight: bold; 
				color: rgb(200,0,0)
			}
			
.tit        {   font-family: Arial; 
				font-size: 12pt; 
				font-weight: bold; 				
				color: rgb(0,0,0)
			}			

