body {
  color: #000000;
  margin: 0;
}

a {
    font-weight: bold;
    text-decoration: underline;
}

p, li, td, th, h1, h2, h3, h4, h5, form, input, button, select, textarea, div {
    font: 7pt Arial, Helvetica, sans-serif;
    color: #003580;
}

.header1 {
    color: #feba02;
    font-weight: bolder;
    font-size: 7pt;
}

.header2 {
    color: #feba02;
    font-weight: bolder;
    font-size: 7pt;
}

.region-country-table {
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #005A9C;
  border-bottom: 1px solid;
  border-color: #005A9C;
  width: 140px;
  height: 133px;
}

.form {
	font-size : 7pt;
	font-family : Arial, Helvetica, sans-serif;
	height : 14px;
	border : 1px solid Black;
}

.text {
	font-size : 7pt;
	font-family : Arial, Helvetica, sans-serif;
	height : 12px;
	width : 135px;
}


