/* CSS Document */

/** Top Nav Styles **/
.TopNavButton {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	}
 A.TopNavButton {
    font-family: Arial;
	font-size: 12px;	
	text-decoration: none;
	font-weight: bold;
  	color: #FFFFFF;
	vertical-align: middle;
	}
.TopNavButton:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #EBD580;
	vertical-align: middle;
	}
.TopNavButton:visited {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	}

.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;
	}
		  
.SmallNavLinks {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	}
A.SmallNavLinks{
  	text-decoration: none;
  	color: #000000;
	}
.SmallNavLinks:hover {
  	text-decoration: underline;
  	color: #990000;
	}
.SmallNavLinks:visited {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	}
	
	.MedNavLinks {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
A.MedNavLinks{
  	text-decoration: none;
  	color: #000000;
	font-weight: bold;
	}
.MedNavLinks:hover {
  	text-decoration: underline;
  	color: #990000;
	font-weight: bold;
	}
.MedNavLinks:visited {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}

.GoNavButton {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 12px;
	vertical-align: middle;
	border-left: 1px solid #FFFFFF;
  	border-top: 1px solid #FFFFFF;
  	border-right: 1px solid #FFFFFF;
  	border-bottom: 1px solid #FFFFFF;
	}

.Toplogo_DateTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #990000;
}