/*
Copyright 2011-2020 Skyway Networks, LLC.  All rights reserved.  This software, in whole or any part, may only be licensed for use by written permission exclusively by Skyway Networks, LLC.  Any other infringing use, or removal of this copyright statement, is prohibited and will be prosecuted to the full extent of United States of America and international copyright law.
*/

html, body
{
     background-color: #FFFFFF;
     margin: 0rem 0rem 0rem 0rem;
     font-size: 62.5%; /* Changes browser default font from 16px to 10 px. This effectively sets 1em = 10px font */
}

img, object
{
	/*
	Note: the !important attribute was added to override in-line CSS that may be included within an img or object tag, so that images/objects can be dynamically resized using responsive design techniques.
	*/
	max-width: 100% !important;
	border-width: 0rem 0rem 0rem 0rem;
}

@font-face
{
	font-family: 'WeblySleek UI Semibold';
	src: url(/fonts/weblysleekuisb.ttf);
}

p, button, input, select, .PageText, .FormText
{
	font-size: 1.65rem;
	font-family: 'WeblySleek UI Semibold',Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.AlignCenter
{
     text-align: center;
}

.Table
{
     display: table;
}

.TableRow
{
     display: table-row;
}

.TableCell
{
     display: table-cell;
}