/* css doc */
a:link, a:active, a:visited, a:hover{ 
 color:#000099;
 text-decoration:underline;
}

.sml{
  font-size:77%;
}
.bld{
  font-weight:bold;
}
body{
 font-family:Arial, Helvetica, sans-serif;
 background-color:FFFFFF;


  
}

p{
 padding-bottom:0.5em;
 font-size:100%
}

.frm_text td{ padding:3px;
  
}
.ftr{
  font-size:77%; 
	text-align:center; 
	color:#333333;
}
.ftr a:link, a:active, a:visited{ 
  text-decoration:none;
}
.ftr a:hover{
  text-decoration:underline;
}


.page_numbers a:link, a:active, a:visited, a:hover{
  text-decoration:underline;
}

.nav_box {
   background: #ffff99;
	 margin-top:5px;
}
.nav_top div {
   background: url(/images/nav_tl.png) no-repeat top left;
}
.nav_top {
   background: url(/images/nav_tr.png) no-repeat top right;
}
.nav_bottom div {
   background: url(/images/nav_bl.png) no-repeat bottom left;
}
.nav_bottom {
   background: url(/images/nav_br.png) no-repeat bottom right;
}

.nav_top div, .nav_top, 
.nav_bottom div, .nav_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.nav_content { margin: 0 15px; }

.nav_link a{
  font-size:88%; 
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.nav_link a:hover{
  text-decoration:underline;
	color:#FF0000;
}
.nav_link a:active{
  color:#FF0000;
}

