﻿/* CSS Document */

a.navlink {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #707070;
	text-decoration: none;
	text-align: center;
	margin-left: 1px;
	margin-top: 3px;
	padding: 2px 2px 2px 2px;
	width: 150px;
	background: #cccccc;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	display: block;
}
a.navlink:hover {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
	text-align: center;
	margin-left: 1px;
	margin-top: 3px;
	padding: 2px 2px 2px 2px;
	width: 150px;
	background: #ff0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	display: block;
}


