<STYLE TYPE-"type/css">

<style>

<!--
body { 

     background-image: url('bar-Background-US-Flag-edge-white.jpg');
     background-repeat: repeat-y
     }


.floatleft {
     float: left;
     margin:  0px 0px 0px 0px;
     clear:left;
     }
.centerdivision {
     background-color: white;
     margin: 10px 170px; padding:40;
     }
a.button {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 2px solid white;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid white;
	text-align: center;
	min-width: 75px;
        width:140px;
        height:25px;
        }
a.button:link { 
	background-color: #446; 
	color: #fff;
	text-decoration: none;
	}
a.button:visited {
	background-color: #446; 
	color: #fff;
	text-decoration: none;
	}
a.button:hover { 
	background-color: #f6eeee; 
	color: 246;
	border-color: #666 white white #666;
	text-decoration: none;
	}
a.button:active { 
	background-color: #f6eeee;
	color: #246;
	border-color: #666 white white #666;  
	text-decoration: none;
	}

-->


</STYLE> 