BODY {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	margin-bottom: 0px;
	padding: 10px;
   	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
}

A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  color: #000000;
  text-decoration: none;
}

TD.hiddenHeader {
    color: #FF0000;
    font-size: 1pt;
    text-align: center;
}

TD.header {
    color: #ffffff;
    font-size: 9pt;
    text-align: center;
}

TD.headerInverse {
    color: #000000;
    font-size: 7pt;
    text-align: center;
}

TD.main {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 8pt;
    text-align: left;
    padding: 10px;
}

TD.border {
    background-color: #FF0000;
    color: #ffffff;
    font-size: 7pt;
    text-align: left;
    padding: 10px;
    font-weight: bold;
}

TD.borderEmbeddedTable {
    background-color: #FF0000;
    color: #ffffff;
    font-size: 7pt;
    padding: 0px;
}


TABLE.newsOdd {
    background-color: #ffffff;
}

.newsOddTitle {
    color: #000000;
    font-size: 9pt;
    text-align: left;
    font-weight: bold;
}

.newsOddDate {
    color: #000000;
    font-size: 8pt;
    text-align: right;
}

.newsOdd {
    color: #000000;
    font-size: 9pt;
    text-align: left;
}

TABLE.newsEven {
    background-color: #DDDDDD;
}

.newsEvenTitle {
    color: #000000;
    font-size: 9pt;
    text-align: left;
    font-weight: bold;
}

.newsEvenDate {
    color: #000000;
    font-size: 8pt;
    text-align: right;
}

.newsEven {
    color: #000000;
    font-size: 9pt;
    text-align: left;
}

TABLE.infoEven {
    background-color: #FF0000;
}

.infoEvenTitle {
    color: #000000;
    font-size: 11pt;
    text-align: center;
    font-weight: bold;
}

.infoEven {
    color: #000000;
    font-size: 7pt;
    text-align: justify;
    font-weight: bold;
}

.title {
    color: #000000;
    font-size: 13pt;
    text-align: left;
    font-weight: bold;
}