a.mainlevel:link, a.mainlevel:visited {
        color: Black;
        background-position: left;
        text-align: left;
        font-weight: bold;
        font-family: Arial;
        font-size: 12px;
        text-decoration: none;

                  }

a.mainlevel:hover {
        color: Black;
        background-position: left;
        text-align: left;
        text-decoration: underline;
}
td {
	     color: Black;
        background-position: left;
        text-align: left;
        font-weight: normal;
        font-family: Arial;
        font-size: 12px;
        text-decoration: none;
}

p.heading {
        color: Black;
        background-position: left;
        text-align: left;
        font-weight: bold;
        font-family: Arial;
        font-size: 16px;
        text-decoration: none;	
}
p.bold {
		  color: Black;
        background-position: left;
        text-align: left;
        font-weight: bolder;
        font-family: Arial;
        font-size: 12px;
        text-decoration: none;
}
a.norm:link, a.norm:visited {
        color: Black;
        background-position: left;
        text-align: left;
        font-weight: normal;
        font-family: Arial;
        font-size: 12px;
        text-decoration: none;

                  }

a.norm:hover {
        color: Black;
        background-position: left;
        text-align: left;
        text-decoration: underline;
}