body {
 background-color: rgb(192,192,192);
 text-align: center;
 margin: 0px;
 font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 font-size: 12pt;
 color: black;
 background-image:url('../Images/bgfade.png');
 background-repeat:repeat-x;
 }
table {
 display: inline-table; 
 border-collapse: collapse;
 }
td {
 margin: 0px;
 border: 0px;
 padding: 0px;
 }
td.bottomFix {
 background-color: rgb(192,192,192);
 }
img {
 border: 0px;
 }

h2.heading {
font-family: Tahoma, arial, helvetica;
color: #395BA8;
}
h3.heading {
font-family: Trebuchet MS, arial, helvetica;
color: #009900;
}

ul.menu {
 list-style: none;
 line-height: 1.7;
}

a.cert {
font-family: Trebuchet MS, arial, helvetica;
color: #395BA8;
font-size: 14px;
}

a.menu_active {
 text-decoration: underline;
 font-style: normal;
 font-weight: normal;
 font-size: 12px;
 color: #ffffff;
}
a.menu_active:hover {
color: #ffffff;
}
a.menu_link {
 text-decoration: none;
 font-style: normal;
 font-weight: normal;
 font-size: 12px;
 color: #ffffff;
}
a.menu_link:hover {
 text-decoration: underline;
 color: #ffffff;
}

