body {
	Margin: 0px;
	background-repeat: no-repeat;
	font-family: Calibri, Arial, Helvetica;
	color: #000000;
}

td {
	vertical-align: top;
}

a:link {
	text-decoration: none;
	color: #000000;
	font-family: Calibri, Arial, Helvetica;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Calibri, Arial, Helvetica;
}

a:hover {
	text-decoration: none;
	color: #27547d;
	font-family: Calibri, Arial, Helvetica;
}

.h5 {
	font-family: Calibri, Arial, Helvetica;
}

.foo {
	font: Calibri, Arial, Helvetica;
	position: relative;
}

h5 {
	padding: 0px;
	margin: 0px;
}

OL.GrList {
	counter-reset: item;
	padding-left: 20px;
}

LI.GrList {
	display: block
}

LI.GrList:before {
	font-weight: bold;
	content: counters(item, ".") ". ";
	counter-increment: item
}

OL.Roman {
	padding-left: 60px;
	list-style-type: lower-roman;
}

table.sqmn {
	width: 100%;
}

td.sqmn {
	width: 50%;
	position: relative;
	background-color: #d7d7d7;
}

td.sqmn:after {
	content: '';
	display: block;
	margin-top: 100%;
}

td.sqmn .container {
	position: absolute;
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

td.sqmn .content {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

td.sqmn .inntxt {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

button.forward {
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: 2px solid #49bcfd;
	border-radius: 5px;
	cursor: pointer;
}

button.forward:hover {
	background-color: #49bcfd;
}

select.roundb {
	height: 30px;
	background-color: #ffffff;
	border: 2px solid #49bcfd;
	border-radius: 5px;
	cursor: pointer;
}