/* GlobalStyles */

body {
	margin-top : 28px;
	margin-right : 0px;
	margin-bottom : 40px;
	margin-left : 0px;
	background-color : white;
	text-align : left;
	}
	

	a:link {
		color : #42619A;
		text-decoration:underline;
		}

	a:visited {
		color : #42619A;
		text-decoration:underline;
		}

	a:hover {
		color : #42619A;
		text-decoration:underline;
		}

	a:active {
		color : #42619A;
		text-decoration:underline;
		}


/* Page */

#NavContainer {
  background-image: linear-gradient(to right, #A9B5D0 , white);
}

.NavContainer {
	display : table;
	width : 100%;
	height : 28px;
	margin-left : 0px;
	margin-right : 0px;
	}

.NavButtonRight {
	margin-right : 4px;
	}

.PageContainer {
	width : auto;
	margin-left : 0px;
	margin-right : 0px;
	border-left : none;
	border-right : none;
	border-bottom : none;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 0px;
	background-color : transparent;
	}



.OrientationInfo {
	display : block;
	height : 60px;
	margin-top : 40px;
	}

.ListItem {
	font-family: 'Roboto Condensed';
	font-weight : bold;
	font-size : 15px;
	font-style : normal;
	margin-left : 0px;
	margin-top : 8px;
	margin-bottom : 0px;
	}

.Footer {
	width : 100%;
	height : 12px;
	margin-left : 0px;
	margin-right : 0px;
	background-color : #D7DCE9;
	border-radius : 6px;
	margin-top : 40px;
	padding-top : 4px;
	padding-bottom : 4px;
	line-height : 12px;
	text-align : center;
	font-family : Roboto;
	font-size : 9px;
	color : #596A8A;
	}

.SplashBox {
	width : 360px;
	height : 190px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 18px;
	margin-bottom:20px;
	}

.SplashImg {
	width : 360px;
	height : 190px;
	}

.NicLabel {
	float : right;
	width : 126px;
	height : 48px;
	margin-left : 18px;
	margin-right : 0px;
	margin-top : 0px;
	border : 1px solid black;
	}

.DisplayLabel-Box {
	width : 360px;
	height : 137px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 40px;
	}

.DisplayLabel-Img {
	width : 360px;
	height : 137px;
	}
