body.ati{
	font-family: arial;
	font-size: 12px;
	color: #1a1a1a;
}

.page_content{
	font-family: Conv_Akk_Pro;
	font-size: 18px;
}

.page_content p{
	margin-top: 20px;
	line-height: 1.6em;
	letter-spacing: -0.45px;
}

.page_content ul,.page_content ol{
	margin-top: 15px;
	letter-spacing: -0.45px;
	line-height: 1.5em;
	margin-left: 45px;
}

.page_content ul{
	list-style-type: disc;
}

.page_content ol{
	list-style-type: decimal;
}

.page_content li{
	margin-top: 5px;
}

.page_content a{
	color: black;
	text-decoration: underline;
	font-weight: bold;
	transition: color 0.1s linear;
}

.page_content a:hover{
	text-decoration: underline;
	color: #d6002a;
}

.page_content img{
	max-width: 100% !important;
	height: auto !important;
}

.page_content iframe{
	max-width: 100% !important;
}

.page_content table{
	width: 100% !important;
	margin-top: 30px;
	text-align: center;
	line-height: 1.2em;
	font-size: 16px;
}

.page_content table caption{
	font-weight: bold;
	text-align: left;
	background-color: #555;
	color: white;
	padding: 12px 15px;
}

.page_content table th,
.page_content table td{
	padding: 10px;
	border: 1px solid white;
}

.page_content table th{
	font-weight: bold;
	background-color: #ddd;
	vertical-align: middle;
	text-transform: uppercase;
}

.page_content table tr:nth-child(odd) td{
	background-color: #f6f6f6;
}

h1{
	font-size: 32px;
	color: #d6002a;
	font-weight: bold;
	font-family: Conv_Akk_Pro;
	letter-spacing: -1.15px;
	margin-top: 30px;
	line-height: 1.15em;
}

.page_content h2{
	margin-top: 25px;
	line-height: 1.2em;
	font-size: 24px;
	font-weight: bold;
	color: #d6002a;
	letter-spacing: -0.45px;
}

.page_content h2.underline{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.page_content h3{
	margin-top: 25px;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: 400;
	color: #d6002a;
}

.standard_button{
	border: 0px;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
	background-color: #00B140;
	color: white;
	cursor: pointer;
	text-decoration: none;
}

.standard_button.cyan{
	background-color: #009697;
}

.standard_button:hover{
	background-color: #008c37;
}

.standard_button.cyan:hover{
	background-color: #008080;
}

.standard_button[disabled],
.standard_button.disabled{
	cursor: default;
	background-color: #ccc;
}








.block_link{
	border: 0px;
	display: inline-block;
	font-family: Conv_Akk_Pro;
	font-size: 18px;
	letter-spacing: 0.02em;
	font-weight: bold;
	padding: 14px 21px;
	background-color: #d6002a;
	color: white;
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.1s linear;
	text-align: center;
}

.block_link.small{
	font-size: 16px;
	padding: 10px 16px;
}

.block_link.tiny{
	font-size: 12px;
	padding: 6px 11px;
	font-weight: normal;
}

.block_link:hover{
	background-color: #C00026;
}

.block_link.disabled{
	cursor: default;
	background-color: #ccc;
}








input[type=checkbox]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	cursor: pointer;
	outline: none;
	background-color: white;
}

input[type=checkbox]:checked{
	background-image: url('/_images/page/tick.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
}

input[type=radio]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	border-radius: 14px;
	cursor: pointer;
	outline: none;
	background-color: white;
}

input[type=radio]:checked{
	background-image: url('/_images/page/tick-radio.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
}