/* SIZE & SPACE */
body, table{width: 100%;height: 100%;border: 0px;padding: 0px;margin: 0px;text-align: center;}
img{border: 0px;}
form{margin: 0px;}
td{vertical-align: middle;}


/* BACKGROUND & BORDER */
body{background-color: #FFFFFF;color: #000000;}
table{background-color: transparent;}


/* FONT & ALIGN */
body, table, input, select, textarea{font-size: 9pt;font-family: arial,verdana,sans-serif;}


#foot_links{  width: 1024px;
  margin: auto;
}

#foot_links ul{
   display: inline-block;
  list-style: none;
  width: 100%;
  text-align: left;
  padding: 0px 6px;
}

#foot_links ul li{
text-decoration:none;
}

#foot_links ul li a {
color:#2981b3;
text-decoration:none;
}