TD {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color:363D8F;
}

<!-- Default hyperlinks -->
A:link        { text-decoration: none;
                color: 363D8F;
                font-weight:bold
              } 
A:visited     { text-decoration: none; 
                color: 363D8F;
                font-weight:bold
              }
A:active      { text-decoration: none; 
                color: 363D8F;
                font-weight:bold
              }
A:hover       { text-decoration: underline; 
                color: 363D8F;
                font-weight:bold
              }
<!-- Email hyperlinks -->
A.email:link  { text-decoration: none;
                color: 363D8F;
                font-weight:normal
              } 
A.email:visited{ text-decoration: none; 
                color: 363D8F;
                font-weight:normal
              }
A.email:active{ text-decoration: none; 
                color: 363D8F;
                font-weight:normal                
              }
A.email:hover { text-decoration: underline; 
                color: 363D8F;
                font-weight:normal
              }
              
<!-- Menu bar hyperlinks -->
A.menu:link  { text-decoration: none;
                color: 363D8F;
                font-weight:bold
              } 
A.menu:visited{ text-decoration: none; 
                color: 363D8F;
                font-weight:bold
              }
A.menu:active{ text-decoration: none; 
                color: 363D8F;
                font-weight:bold
              }
A.menu:hover { text-decoration: underline; 
                color: 363D8F;
                font-weight:bold
             }

A.title { font-size: 16 }

IMG { border-width: 0 }

.pageHeading {
	color: 363D8F;
	font-weight: bold;
	font-size:14
}

.heading {
	color: 363D8F;
	font-weight: bold;
}

.subHeading {
	color: 363D8F;
	font-weight: bold;
}

.input {
  color: black;
  font-weight: bold;
}