/* CSS Document */
body {
      margin:0;
	  }
	  
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
tr td {font-size:12px;
       line-height:20px;
}
p {
   font-size:12px;
   line-height:20px;
   margin:8px 10px;
   }
.title {font-size:16px;
    font-weight:bold;
	color:#FF0000;
	line-height:25px;
	}
