img.right {
	padding: 0 0 25px 25px;
	}

.white {
	color:#ffffff;
	}

.search_form_input { 
	background-color: transparent;
	border: medium none currentColor;
	border-radius: 0px;
	box-shadow: none;
	color: #000000;
	display: block;
	font-size: 14px;
	height: 37px;
	line-height: 16px;
	outline: medium none currentColor;
	vertical-align: baseline;
	width: 100%;
	}

.req_field {
	margin-right:8px;
	}


.input_form {
	padding:4px;
	}

.input_label {
	height: 37px;
	line-height: 80px;
	}

.right {
	text-align:right;
	}

.left {
	text-align:left;
	}

.input_error {
	background: #ffc0c0;
	color:#000000;
	}

.centered { 
	align-items: center;
	display: flex;
	justify-content: center;
	}
	
.center {
	text-align:center;
	}

.dropdown_tic {
	margin-left:12px;
	}

.just {
	text-align:justify;
	}

.icon_s {
	margin-right:4px;
	}
	
a.red {
	color:#990000;
	text-decoration:none;
	}
	
a.red:hover {
	text-decoration:underline;
	}
	
ul.faq {
	margin-left:0px;
	}

li.faq {
	list-style:square;
	margin-left:20px;
	margin-bottom:25px;
	}

ul.qst {
	margin-left:25px;
	margin-top:10px;
	}
	
li.qst {
	list-style:square;
	margin-bottom:5px;
	}
	
.bold {
	font-weight:bold;
	}
	
.icon {
	margin-right:4px; 
	}
	
ul.custom {
	list-style-type: square;
	}

li.custom {
	margin-left:40px;
	list-style-type: square;
	}