@charset "utf-8";
/* CSS Document */

.portheader {
	color: #FFFFFF;
	font-size: 0.95rem;
	font-weight: 500;
}

.sr_text {  font-size: 1.1rem;
  line-height: 2.5;
  margin-bottom: 1.25rem;
  font-family: inherit; 
  color: #000000;
  }
  
.sr_link {
	font-weight: bold;
	text-decoration: underline;
	color: #6699FF;
	}
	
.sr_text_key {
	font-weight: bold;
	color: #6699FF;
	font-size: 1.2rem;
	}
	
.sr_currpage {
	font-weight: bold;
		color: #6699FF;
	}
	
.sr_page {
	font-weight: bold;
	text-decoration: underline;
	color: #6699FF;
	}
	
.sr_pages {
	font-weight: bold;
	text-decoration: underline;
	color: #6699FF;
	}
	
.sr_item {
	font-size: 1.2rem;
	color: #6699FF;
	}
	
.imgborder {
   padding:1px;
   border:1px solid #cdcdcd;
}

.cButton {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.cButton:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
.cButton:active {
	position:relative;
	top:1px;
}
