p        {
  color:#2f4f4f;
  font-size:14px;
  font-family:MS UI Gothic
}
th       {
  color:#2f4f4f;
  font-size:14px;
  font-family:MS UI Gothic
}
td       {
  color:#2f4f4f;
  font-size:14px;
  font-family:MS UI Gothic;
}
body     {
  margin: 0px 0px 0px 0px;
}
input     {
  font-size:14px;
  font-family:MS UI Gothic;
}
textarea {
  color:#333333;
  font-size:14px;
  font-family:MS UI Gothic;
  background-color:#ffffff;
}
select   {
  color:#333333;
  font-size:14px;
  font-family:MS UI Gothic;
  background-color:#FFFFE0;
}
a:link {
	color: #0000FF;
}

a:visited {
  color: #0000ff;
}

a:hover {
	text-decoration: none;
}

.navLink {
    color: #0000ff;
	font-family: MS UI Gothic;
	font-size: 13px;
	font-weight: bold;
	background-color: #F0FFF0;
}	
a.nav:visited {
	color: #0000ff;
}
a:hover {
	color: #DC143C;
	background-color: #FFE4E1;
        text-decoration:underline
}
a        {
  text-decoration:none
}