body {
  margin-top	     : 0px;
  margin-left      : 0px;
  margin-right     : 0px;
  margin-bottom    : 0px;
  padding          : 0px;
  background-color : #5E6997;
}
td, tr {
  font-family      : verdana, helvetica, arial, sans-serif;
  font-size        : 12px;
  vertical-align   : top;
  color            : #333333;
	line-height      : 18px;
}

a:link, a:visited {
  font-size        : 12px;
  color            : #3863C7;
  text-decoration  : none;
  font-weight      : normal;
}

a:hover {
  color            : #006600;
}

.title {
  font-family      : verdana, helvetica, arial, sans-serif;
  font-weight      : bold;
  font-size        : 18px;
  color            : #5E6997;
}

/* ***************** FOOTER ******************** */
.footer {
  font-family      : verdana, helvetica, arial, sans-serif;
  text-indent      : 20px;
  font-size        : 10px;
  color            :  #333333;
	line-height      : 24px;
}
.footer a:link, .footer a:visited {
  font-family      : verdana, helvetica, arial, sans-serif;
  text-indent      : 20px;
  font-size        : 10px;
  color            :  #666666;
}
.footer a:hover {
  font-family      : verdana, helvetica, arial, sans-serif;
  text-indent      : 20px;
  font-size        : 10px;
  color :  #FFFFFF;
}



/* ***************** TOP MENU ******************** */
a.topmenu  {
  font-family      : verdana, helvetica, arial, sans-serif;
	text-transform   : uppercase;
	font-weight      : bold;
  font-size        : 12px;
	letter-spacing   : 2px;
  padding-right    : 10px;
  line-height      : 22px;
	color            :#ACB8CC;
}

a.topmenu:link, a.topmenu:visited {
  font-family      : verdana, helvetica, arial, sans-serif;
	text-transform   : uppercase;
	font-weight      : bold;
  font-size        : 12px;
	letter-spacing   : 2px;
  padding-right    : 10px;
  line-height      : 22px;
  color            : #ACB8CC;
}
a.topmenu:hover {
  font-family      : verdana, helvetica, arial, sans-serif;
	text-transform   : uppercase;
	font-weight      : bold;
  font-size        : 12px;
	letter-spacing   : 2px;
  padding-right    : 10px;
  line-height      : 22px;
  color            : #FFFFFF;
}




