/* body styles */
* {
  box-sizing:border-box;
}

@font-face {
    font-family: 'Gantari';
    src: url('Gantari-VariableFont_wght.ttf');
}
body, html {
	background-color: #2d2d2d;
	min-height: 100%;
	height: 100%;
	font-family: Calibri, Arial;
	margin: 20px;
	font-size: 12pt;
}
html {
	min-height: 100%;
}
/* end body styles */

/* content styles */
#mainContent {
	width: 100%;
	max-width: 600px;
	background-color: #FFFFFF;
	padding: 15px;
	margin: 0 auto;
}
#mainContent p, #mainContent td {
  margin-left: 15px;
  margin-right: 15px;
	line-height: 25px;
}
#mainContent h4 {
	font-size: 16pt;
	color: #336699;
  margin-left: 10px;
  margin-right: 10px;
	line-height: 20px;
	font-family: Gantari, Arial;
}
input, textarea, #mainContent p, #mainContent td, #mainContent ul, #mainContent ol {
	color: #363636;
	line-height: 20px;
	font-family: Gantari, Arial;
}
