@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}

.logo {
	width: 100%;
	height: 118px;
	background: url(images/logo_m.png) 10px 10px no-repeat rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.tabbedcontent h1 {
	color: #0a5287;
	background-color: transparent;
}

body {
	background-color: #0a5287;
	font-family: 'Open Sans';
font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}

.tabbedcontent {
	position:absolute;
	padding-left: 10px;
	padding-right: 10px;
	width: 760px;
	background-color: white;
	height: 1130px;
	top: 45px;
	border-radius: 5px;
}

#tabbedcontainer_tab1 {
	position:absolute;
	top: 138px;
	left: 148px;
}

#tabbedcontainer_tab2 {
	position: relative;
	top: 20px;
	left: 173px;
}

#tabbedcontainer_tab3 {
	position:absolute;
	left: 173px;
	top: 20px;
}

#tabbedcontainer {
	position: relative;
	left: 20px;
	top: 20px;
	z-index: 0;
	width: 780px;
	background-color: transparent;
	height: 45px;
}

.tabbedparentcontainer {
	position: absolute;
	width: 820px;
	height: 1220px;
	left: 110px;
	top: 118px;
	right: 10%;
	background-color: transparent;
	padding-bottom: 60px;
}

.tabbedcontainer_tab {
	color:#0;
	text-align:center;
	letter-spacing: 2px;
	font-size:10pt;
	padding-top: 18px;
	z-index:2;
	width:138px;
	height:21px;
	cursor:pointer;
	background-color: #009966;
	border-color: rgba(50, 50, 50, 0.5);
	border-style: solid;
	text-transform: uppercase;
	line-height: 5px;
	border-radius: 15px 15px 0px 0px;
	position: relative;
}

.tabbedcontainer_tab_inactive {
	color:#E6E6E6;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:2px;
	font-size:10pt;
	padding-top: 18px;
	background-color: rgba(0, 153, 102, 0.5);
	z-index: 1;
	width: 138px;
	height:21px;
	cursor:pointer;
	border-top-color: #e93d3dborder-top-style: dashed;
	border-style: solid;
	border-color: rgba(50, 50, 50, 0.5);
	line-height: 5px;
	border-radius: 15px 15px 0px 0px;
}

p span.SubHeading2
{
	font-weight: bold;
	text-decoration: underline;
}