
.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Underline
{
	text-decoration: underline;
}

table
   {
      width: 100%;
      border: 0px;
      border-collapse:collapse;
      vertical-align: top;
	  /*border: 1px solid #D7D7D7;*/
      margin-top: 20px;
      margin-bottom: 10px;
   }
   
table td
   {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      /*vertical-align: top;*/
      text-align: left;
      line-height: 1em;
      /*border-bottom: 1px dotted #cccccc;*/
   }
   
table tr:hover
   {
      /*background: #D7D7D7;*/
   }
   
table tr.header
   {
      background: #F04E37;
      height: auto !important;
      color: #ffffff;
      font-weight: bold;
      padding-top: 10px;
      padding-bottom: 10px;
	  margin: 0px;
   }
   
table tr.header td
   {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 10px;
      padding-left: 10px;
   }
   
ul li
   {
      list-style-type: square;
   }