@charset "UTF-8";

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}

table{
/*border: 2px solid #FFFFFF;*/
}
.hidden {
	font-size: 14px;
	visibility: hidden;
	position: absolute;
    right: 50px;
    width: 150px;
	}
.pointer {
	cursor: pointer;
	cursor: hand;
}

.style15_left {
	font-size: 18px;
	text-align: left;
	color: #000;
}
.style15_right {
	font-size: 15px;
	text-align: right;
	color: #000;
}
.style15_right_bold {
	font-size: 15px;
	text-align: right;
	color: #000;
	font-weight: bold;
}
.style15_left_bold {
	font-size: 18px;
	text-align: left;
	color: #000;
	font-weight: bold;
}
.style15_center {
	font-size: 15px;
	text-align: center;
	color: #000;
	decoration: none;
}
.style15_left_grey {
	font-size: 18px;
	text-align: left;
	color: #b5b4b4;
}
.style15_left_grey_bold {
	font-size: 18px;
	text-align: left;
	color: #b5b4b4;
	font-weight: bold;
}
.style15_center_blue {
	font-size: 15px;
	text-align: center;
	color: #061a7f;
}
.style18_center_blue {
	font-size: 22px;
	text-align: center;
	color: #061a7f;
	font-weight: bold;
}
.style26_center_blue {
	font-size: 30px;
	text-align: center;
	color: #061a7f;
	font-weight: bold;
}
.style20_center_blue {
	font-size: 19px;
	text-align: center;
	color: #061a7f;
	font-weight: bold;
}
.style14_center {
	font-size: 14px;
	text-align: center;
	color: #000;
}
.style14_center_blue {
	font-size: 14px;
	text-align: center;
	color: #111bed;
}
.style14_center_grey {
	font-size: 14px;
	text-align: center;
	color: #b5b4b4;
}
.style14_left {
	font-size: 14px;
	text-align: left;
	color: #000;
}
.style14_center_bold{
	font-size: 14px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.style14_left_bold{
	font-size: 14px;
	text-align: left;
	color: #000;
	font-weight: bold;
}
.style14_center_bold_blue{
	font-size: 14px;
	text-align: center;
	color: #111bed;
	font-weight: bold;
}
.style14_center_bold_grey{
	font-size: 14px;
	text-align: center;
	color: #b5b4b4;
	font-weight: bold;
}
.style18_center {
	font-size: 18px;
	text-align: center;
	color: #000;
}
.style18_center_green {
	font-size: 18px;
	text-align: center;
	color: #3dc236;
}
.style18_center_blue2 {
	font-size: 18px;
	text-align: center;
	color: #0a5fcd;
}
.style18_center_red {
	font-size: 18px;
	text-align: center;
	color: #fc0533;
}
.style18_left {
	font-size: 18px;
	text-align: left;
	color: #000;
}
.style16_left_black_on_white{
	font-size: 16px;
	text-align: left;
	color: #000;
	background-color: #FFF;
}
.style18_center_bold{
	font-size: 18px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.top_heading{
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: regular;
	background-color: #303030;
}
.main_heading{
	font-size: 20px;
	text-align: center;
	color: #FFF;
	font-weight: regular;
	background-color: #303030;
}
.main_heading_red{
	font-size: 21px;
	text-align: center;
	color: #ff9000;
	font-weight: regular;
	background-color: #303030;
}
.main_heading_orange{
	font-size: 20px;
	text-align: center;
	color: #ff9000;
	font-weight: regular;
	background-color: #fff;
}
a:visited {
    color: #000;
	text-decoration: none;
}
a:link {
    color: #000;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

.alpha_choose {
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: regular;
	background-color: #135bc0;
}
.alpha_choose_light_blue {
	font-size: 19px;
	text-align: center;
	color: #FFF;
	font-weight: regular;
	background-color: #a8bef7;
}

.style21_left {
	font-size: 21px;
	text-align: left;
	color: #000;
	font-weight: bold;
}
.style21_center {
	font-size: 21px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.style18_center_on_blue {
	font-size: 18px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #5c9df9;
}
input[type="checkbox"]{
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background: #34495E;
border-radius: 1px;
box-sizing: border-box;
position: relative;
box-sizing: content-box ;
width: 30px;
height: 30px;
border-width: 0;
transition: all .3s linear;
}
input[type="checkbox"]:checked{
  background-color: #2ECC71;
}
input[type="checkbox"]:focus{
  outline: 0 none;
  box-shadow: none;
}
.style12_center {
	font-size: 12px;
	text-align: center;
	color: #000;
}
.style12_center_blue {
	font-size: 12px;
	text-align: center;
	color: #111bed;
}
.style12_center_grey {
	font-size: 12px;
	text-align: center;
	color: #b5b4b4;
}
.style12_left {
	font-size: 12px;
	text-align: left;
	color: #000;
}
.style12_center_bold{
	font-size: 12px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.style12_left_bold{
	font-size: 12px;
	text-align: left;
	color: #000;
	font-weight: bold;
}
.style12_center_bold_blue{
	font-size: 12px;
	text-align: center;
	color: #111bed;
	font-weight: bold;
}
.style12_center_bold_grey{
	font-size: 12px;
	text-align: center;
	color: #b5b4b4;
	font-weight: bold;
}.td_center {
	text-align: center;
}
.grey_back {
	background-color: grey;
}
