/* CSS Document */

/** Top Nav Styles **/
.TopNavButton {
	font-family: Verdana;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
 A.TopNavButton {
  	font-family: Verdana;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
  	color: #FFFFFF;
	}
.TopNavButton:hover {
  	font-family: Verdana;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
  	color: #006F40;
	}


.TopNavSubbutton {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	text-decoration: none;
	color: #ffffff;
	vertical-align: middle;
	}
A.TopNavSubbutton{
  	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}
.TopNavSubbutton:hover {
  	border-left: 1px solid #CCCCCC;
  	border-top: 1px solid #CCCCCC;
  	border-right: 1px solid #000000;
  	border-bottom: 1px solid #000000;
	text-decoration: none;
  	color: #990000;
	}
.TopNavSubbutton:visited{
	font-family: Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	text-decoration: none;
	color: #ffffff;
	vertical-align: middle;
	}	
.MedNavLinks {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #006F40;
	font-weight: bold;
	text-align: right;
	}
A.MedNavLinks{
  	text-decoration: none;
  	color: #006F40;
	font-weight: bold;
	}
.MedNavLinks:hover {
  	text-decoration: underline;
  	color: #000000;
	font-weight: bold;
	}
.MedNavLinks:visited {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #006F40;
	font-weight: bold;
	}

.GoNavButton {
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
	color: #006F40;
	line-height: 10px;
	vertical-align: middle;
	}
.Toplogo_DateTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}