/* Global Classes */ 
body {
  margin: 0px;
}

p {
  margin-12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 12px;
  margin-bottom: 12px;
}

a {
	color: #B70B0C
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;	
}

.bold{
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
    font-size: 12px;
	color: #B70B0C
}
.normal{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #B70B0C
}
.dis{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


form {
  margin: 0px;
}

ol {
  margin: 0px;
  margin-left: 20px;
  padding-left: 10px;
}

ul {
  margin: 0px;
  margin-left: 10px;
  padding-left: 10px;
}


sup {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

b {
  font-weight: bold;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.chart {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table.chart {
  border-color: #336699;
  border-style: solid;
  border-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

th.chart {
  border-color: #336699;
  border-style: solid;
  border-width: 0px;
  border-left-width: 1px;
  border-top-width: 1px;
  background-color: #6699CC;
  font-weight: bold;
}

td.chart {
  border-color: #336699;
  border-style: solid;
  border-width: 0px;
  border-left-width: 1px;
  border-top-width: 1px;
}