.border01 {
  border-width: 1px;
  border-color: #163A71;
  border-top-style: solid;
  border-bottom-style: solid;  
}

.pic01 {
  border-width: 1px;
  border-color: #333333;
  border-style: solid;
}

.form01 {
  border-width: 1px;
  border-color: #333333;
  border-style: solid;
  background-color: #DDDDDD;
}

.nav01:link { 
	text-decoration: none;
	color: #163A71;
}
.nav01:active {
	color: #163A71;
	text-decoration: none;
}
.nav01:visited {
	color: #163A71;
	text-decoration: none;
}
.nav01:hover {
	color: #163A71;
	text-decoration: none;	
}

.nav02:link { 
	text-decoration: none;
	color: #992222;
}
.nav02:active {
	color: #992222;
	text-decoration: none;
}
.nav02:visited {
	color: #992222;
	text-decoration: none;
}
.nav02:hover {
	color: #163A71;
	text-decoration: none;	
}

