/*
<!-- this is an HTML comment -->
// this is a JS comment
/* this is a JS/CSS comment */
@charset "UTF-8";

a:link, a:visited{
	color : #0000FF;
	text-decoration: none;
	/*text-decoration: underline;*/
}
a:active{
	color : #FF0000;
	text-decoration: none;
}
a:hover{
	color : #FF0000;
	text-decoration: underline;
}

.NavBarBG{
  color: #C0C0C0;
  background-color: #BCBDC0;
  background-image: url('Images/BackGround2.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: "Times New Roman", serif, Times;

}

.TopBarBG{
  background-color: #6C8CC7;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: "Times New Roman", serif, Times;
}

/* .CustomBody in <body> tag overrides <body> tag formatting */
.CustomBody{
  color: #0C0C0C;
  background-color: #EFEFEF;
  background-image: url('Images/BackGround.gif');
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: "Times New Roman", serif, Times;
}

.PressReleaseBody{
  color: #0C0C0C;
  background: transparent;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: "Times New Roman", serif, Times;
}

.PressReleaseArticles{
  color: #0C0C0C;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: "Times New Roman", serif, Times;
	font-style:italic;
}

.WebLite-language-selector-inline a span{
  display:none;
}

.Radius{
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}
