body {
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #123065;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1 {
	font-size: 175%;
	padding: 10px 10px 5px 0px;
	color: #0C0D3E;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;
    font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold;
    letter-spacing: 1px;
}

h2 {
	font-size: 13px;
	color: #0C0D3E;
    font-weight: Bold;
}

/* links */
A.link {
	color: #2A629F;
	background-color: inherit;
	text-decoration: none;
    border-bottom: #2A629F 1px dotted;
    line-height: 22px;
}
a.link:hover {
	color: #575757;
	background-color: inherit;
}

.txt1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 3px;
}

A.txt1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
A.txt1:hover{
  color: #E1E1E1;
}

.txt2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0C0D3E;
  font-size: 13px;
  font-weight: bold;
}

A.txt2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0C0D3E;
  font-size: 13px;
  text-decoration: none;
}
A.txt2:hover {
  color: #376FAC;
}

.td1{
  padding-top: 12px;
  padding-bottom: 12px;
}

.txt3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0C0D3E;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 12px;
  padding-left: 6px;
  padding-bottom: 5px;
  line-height: 22px;
}

.txt4{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0C0D3E;
  line-height: 20px;
  text-align: justify;
}

.txt5{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #0C0D3E;
  line-height: 14px;
}

.txt6{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
  line-height: 16px;
}

A.footer2{
  font-family: Arial;
  font-size: 10px;
  text-align: right;
  color: #D6D6D6;
  padding: 6px;
  text-decoration: underline;
}
A.footer2:hover{
  text-decoration: none;
}