body {
background-repeat: no-repeat;
}

/*Vertical Navigation Formats - Other Buttons */
.nav {
	color: #0000ff; 
      margin-left: 4px;
	text-decoration:none;
	text-align:left; 
	font-family: Bookman Old Style;
      font-weight : bold;
      font-size: 10pt;
      font: italic;
	display: block; 
	padding-left: 8px; 
	width: 120px;
}

	
A.nav {
	color: #0000ff; 
      margin-left: 4px;
      text-decoration:none;
	text-align:left; 
	font-family: Bookman Old Style;
      font-weight : bold;
      font-size: 10pt;
      font: italic;
	display: block; 
	padding-left: 8px;
	width: 120px;
}

A.nav:hover{
	background-color: #ff8080; 
        color: #ffffff;
}

.hnav {
	color: #0000ff; 
      margin-left: 0px;
	text-decoration:none;
	text-align:center; 
	font-family: Times New Roman;
      font-weight : bold;
      font-size: 12pt;
      	display: block; 
	padding-left: 0px; 
}

/*Horizontal Navigation Formats - Other Buttons */

A.hnav {
	color: #00174E; 
      margin-left: 0px;
      text-decoration:none;
	text-align:center; 
	font-family: Times New Roman;
      font-weight : bold;
      font-size: 12pt;
    	display: block; 
	padding-left: 0px;
}


A.hnav:hover{
	background-color: #ff8080; 
        color: #ffffff;
}
