a, a:visited, a:active { color: #CC6600; text-decoration: none; }
a:hover { color: #606A74; text-decoration: underline; }
a.btnBar, a.btnBar:visited, a.btnBar:active { color: #FFFFFF; text-decoration: none; }
a.btnBar:hover { color: #FFCC66; text-decoration: none; }
a.links, a.links:visited, a.links:active { color: #FFFFFF; text-decoration: none; }
a.links:hover { color: #FFCC66; text-decoration: underline; }

.mainMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	
}
.mainMenu a, .mainMenu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:right;
  color: #FFFFFF;
  display:block; 
  width:161px; 
  height: 22px;
  padding: 2px 10px 2px 0;
}

.mainMenu a:hover {
  color:#2C5C73; 
  background-color:#94B5C6;
  border-top:  1px solid #2C5C73;
  border-bottom:  1px solid #FFFFFF;
  text-decoration:none;
}

.outlineTop {
	border: 1px solid #FFFFFF;
	border-bottom: 0px;
}
.outlineBottom {
	border: 1px solid #FFFFFF;
	border-top: 0px;
}
.outlineAll {
	border: 1px solid #2C5C73;
}
.btnBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.btnBarRow {
	border-top:  1px solid #9FB3C8;
	border-bottom:  1px solid #000000;
}
.body {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.content {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.links {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.titles {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bolder;
	color: #CC6633;
	text-decoration: none;
}
.highlights {
	font-family: verdana;
	font-size: 11px;
	font-weight: bolder;
	color: #003399;
	text-decoration: none;
}
.bgGrad {
	background-image: url(images/bgGrad.jpg);
	background-repeat: no-repeat;
}
