/* #012553 blue */
/* #e96507 green */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
       url('../fonts/open-sans-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body{background-color:#fff;color:#555;line-height:1.5}
body ::selection{background:transparent;color:inherit}
body ::-moz-selection{background:transparent;color:inherit}
body {-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}

body {
    font-family: "Open Sans",sans-serif,arial;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
	color:#444;
	background: #ddd none repeat scroll 0 0;
}

#outer-container {
	background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), -2px -2px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), -2px -2px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05), -2px -2px 2px rgba(0, 0, 0, 0.05);
    margin: 13px 8px;
    padding: 2px 15px 15px;		
}

#language-switch img {
    margin: 0 0 -3px 2px;
}
#language-switch {
    float: right;
    font-size: 70%;
    line-height: 1;
    margin: 8px 0 0;
    padding: 0;
}

a, a:link, a:visited, li a, li a:link, li a:visited{
	color: #012553;
	text-decoration: none;
}

a:hover, li a:hover{
	color: #012553;
	text-decoration: underline;
}

p {
    display: block;
    font-size: 80%;
    margin: 0;
    padding: 0;
    text-align: left;
}
h1 {	
    display: block;
    font-size: 320%;
    font-weight: 600;
	color: #e96507;
    margin: 15px 0 18px;
    padding: 0;
    text-align: left;
	line-height: 1;
}
h2 {    
    display: block;
    font-size: 120%;
    font-weight: 600;
	color:#012553;
    margin: 0 0 9px;
    padding: 0;
    text-align: left;
	line-height: 1;
}

.hr-full {
    background-color: #ddd;
    border: 0 none;
    height: 1px;
    margin: 15px 0;
    max-width: 100%;
	}

table {
    border: 0 none;
    margin: 0;
    padding: 0;
}
td {
    padding:0 0 3px 0;
	border: 0 none;
    text-align: left;
    vertical-align: top;
	font-size: 80%;
    line-height: 1.3;
}

td img {
    margin: 0 0 -2px 2px;
}

.rheacell-postbullet {
    height: 16px;
    line-height: 1;
    vertical-align: top;
    width: 14px;
}
.rheacell-postbullet img {
    height: 16px;
    width: 14px;
	margin: 0;
    padding: 0;
}
.rheacell-colspacer {
    width: 0px;
}
.rheacell-rowspacer {
    height: 1px;
}

.rheacell-normal {
	font-weight: 300;
}

.footer {
	margin: 25px auto 0;
	position: relative;
	line-height: 1.50;
	font-family: "Open Sans",sans-serif,arial;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}
.footerinner {
	text-align: center;
	color: #575756;
}

/* Responsive */
@media screen and (max-width:979px) and (orientation:portrait) 
{
	#outer-container {
		margin: 11px 2px;
		padding: 7px 8px;		
	}

	#language-switch img {
		margin: 0 0 -3px 2px;
	}
	#language-switch {
		float: right;
		font-size: 60%;
		line-height: 1;
		margin: 0;
		padding: 0;
	}
	
	p {
		display: block;
		font-size: 72%;
		margin: 0;
		padding: 0;
	}
	
	h1 {
		font-size: 220%;
		margin: 12px 0 12px;
		padding: 0;
		line-height: 1;
	}
	
	h2 {
		font-size: 90%;
		margin: 0 0 8px;
		line-height: 1.25;
	}
	
	td {
		padding:0 0 2px;
		font-size: 73%;
		line-height: 1.25;
	}
}

@media screen and (max-width:979px) and (orientation:landscape)
{
	#outer-container {
		margin: 12px 4px;
		padding: 9px 10px;		
	}

	#language-switch img {
		margin: 0 0 -3px 2px;
	}
	#language-switch {
		float: right;
		font-size: 60%;
		line-height: 1;
		margin: 0;
		padding: 0;
	}
	
	p {
		display: block;
		font-size: 75%;
		margin: 0;
		padding: 0;
	}
	
	h1 {
		font-size: 240%;
		margin: 10px 0 12px;
		padding: 0;
		line-height: 1;
	}
	
	h2 {
		font-size: 95%;
		margin: 0 0 8px;
		line-height: 1.25;
	}
	
	td {
		padding:0 0 2px;
		font-size: 75%;
		line-height: 1.25;
	}
}