/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 139px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: fixed;
	width: 139px;
}

#blueblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	height: auto;
}

#blueblock li {

margin: 0;
}

#blueblock li a{
	display: block;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 139px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 8px;
	vertical-align: top;
}

html>body #blueblock li a{ /*Non IE6 width*/
	width: 139px;
	height: 13px;
}

#blueblock li a:hover{
background-color: #002269;
color: #fff;
}

</style>
.style16 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #002269;
	text-align: center;
	height: 20px;
	width: 100px;
	border: 2px solid #FFFFFF;
}
