/*
 * Research In Motion Limited proprietary and confidential.
 * Do not reproduce without permission in writing.
 * Copyright (c) 2015 Research In Motion Limited.
 * All rights reserved.
 */
@CHARSET "ISO-8859-1";

html {
	font-size: 13px;
	font-family: Arial;
	color: #344554;
	min-height: 100%;
	width: 100%;
	box-sizing: border-box;
}

body {
	font-size: 13px;
	font-family: Arial;
	color: #344554;
	background: none repeat scroll 0 0 white;
	height: 100%;
	width: 100%;
	overflow: auto;
}
