body, td {
  font-family: arial, tahoma;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
  text-align: normal;
}

body {
  /* background-image: url(images/bg.jpg); */
  background-repeat: repeat-x;
  background-color: #5D5E7A;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

.title_cell {
  font-family: arial, tahoma, tahoma;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #A66413;
  text-align: normal;
  padding-left: 40px;
  padding-top: 2px;
}


.main_cell {
  padding-left: 20px;
  padding-right: 20px;
}

.main_cell, .main_cell td {
  font-family: tahoma;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  color: black;
  vertical-align: top;
}

.main_cell div {
  padding-left: 20px;
  padding-right: 25px;
  text-align: justify;
}

.main_cell a {
  xcolor: red;
  font-weight: bold;
  text-decoration: underline;
}

.main_cell a:hover {
  xcolor: red;
}

.menu_cell {
  vertical-align: top;
  
}


img.borderlink {
   border: 2px black solid;
}
