/* Legacy IMF text of different sizes, normal and bold black, white, and red fonts */
.bn6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 6pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000}
.bn7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000}
.bn8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000}
.bn9 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000}
.bn10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000}
.bb8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; color: #000000}
.bb9 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; color: #000000}
.bb10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #000000}
.bb11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #000000}
.bb12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; color: #000000}
.bb13 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13pt; font-style: normal; line-height: normal; font-weight: bold; color: #000000}
.bb14 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; line-height: normal; font-weight: bold; color: #000000}
.wn8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #ffffff}
.wn9 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: #ffffff}
.wb8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; color: #ffffff}
.wb9 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; color: #ffffff}
.rb9 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; color: #ff0000}
.rn9 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: #ff0000}
.rb8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; color: #ff0000}
.rn8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #ff0000}

BODY {
  background-image: url('../images/launchBackground.jpg');
  background-repeat: repeat-x repeat-y;
}

A {
  text-decoration: none;
  color: #0000FF;
}

A:hover {
  text-decoration: underline;
}

A.launch {
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #000000;
}

A.launch:hover {
  text-decoration: underline;
}

TABLE.main {
  border: 1px solid #000000;
  width: 610px;
  background-color: #FFFFFF;
}

TABLE.message {
  border: 1px solid #000000;
  width: 400px;  
}

TABLE.message TD {
  padding: 5px;
  margin: 0px;
}

TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

TD.footer {
  background: url(../images/titleBackground.jpg);
  text-align: right;
}

TD.footer A {
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  padding-left: 3px;
  padding-right: 3px;
  top: 0px;
  position: relative;
}

DIV.body {
  margin-top: 10px;
  padding: 10px;
  margin-left: 30px;
}

SPAN.title {
  font-weight: bold;
}

SPAN.alert {
  color: #CC0000;
  font-size: 8pt;
  font-weight: bold;
}

SPAN.success {
  color: #086A04;
  font-size: 8pt;
  font-weight: bold;
}

P.message {
  font-size: 8pt;
}

IMG.launchIcon {  
  border: 0px; 
  vertical-align: middle; 
  margin-right: 10px;
}
