body{
 font-family:MS UI Gothic,Osaka,sans-serif;
 font-size:14px;
 color: #333333;
 line-height:120%;
 margin: 10px;
 padding: 0px;
 background-color:#ffffff;
}
table{
 font-size:14px;
 font-family:MS UI Gothic,Osaka,sans-serif;
 line-height:120%;
}
input     {
  font-size:13px;
  font-family:MS UI Gothic;
}
textarea {
  color:#333333;
  font-size:14px;
  font-family:MS UI Gothic,Osaka,sans-serif;
  background-color:#ffffff;
}
select   {
  color:#333333;
  font-size:13px;
  font-family:MS UI Gothic,Osaka,sans-serif;
  background-color:#FFFFE0;
}
a:link {
	color: #0000FF;
}

a:visited {
  color: #0000ff;
}

a:hover {
	text-decoration: none;
}

.navLink {
    color: #0000ff;
	font-family:MS UI Gothic,Osaka,sans-serif;
	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
}