
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
}

.textBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #77c6ec;
	text-align: left;
	text-decoration: none;

}
.textWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.bodyText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding:0 15px;
	text-decoration: none;
	text-align: justify;
}

.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.textGreenBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.textBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.textCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: disc;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style-position: outside;
}

.enlarge-text {
	font-size: 20px;
	font-family: 'Arial', sans-serif;
}

td {
	font-family: 'Arial', sans-serif;
}


.padding-bottom td{
	padding-bottom: 15px;
}

.button1 {
	padding: 5px 10px;
	cursor: hand;
	text-align: center;
	color: white;
	background: #78c6ee;
	width: 47.5%;
	display: inline-block;
}

.full-width {
	width: 100%;
}

.one-third {
	width: 33.3%;
	float: left;
	display: inline-block;
}

.no-margin {
	margin: 0px;
}

.text-center {
	text-align: center;
}

.button1 a {
	color: black;
	font-family: 'Arial', sans-serif;
	font-weight: 600;
}
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 19px 8px;
    border: 4px solid #548ba6;
    border-radius: 13px;
    background: #8ae4ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#8ae4ff), to(#548ba6));
    background: -moz-linear-gradient(top, #8ae4ff, #548ba6);
    background: linear-gradient(to bottom, #8ae4ff, #548ba6);
    -webkit-box-shadow: #90eeff 0px 3px 15px 0px;
    -moz-box-shadow: #90eeff 0px 3px 15px 0px;
    box-shadow: #90eeff 0px 3px 15px 0px;
    text-shadow: #3c6377 1px 1px 1px;
    font: normal normal bold 25px arial;
    color: #000000;
    text-decoration: none;
    margin:10px 0px 10px 5px;
    width:30%;
}
.button:hover,
.button:focus {
    border: 4px solid #78c6ed;
    background: #a6ffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#a6ffff), to(#65a7c7));
    background: -moz-linear-gradient(top, #a6ffff, #65a7c7);
    background: linear-gradient(to bottom, #a6ffff, #65a7c7);
    color: #000000;
    text-decoration: none;
}
.button:active {
    background: #548ba6;
    background: -webkit-gradient(linear, left top, left bottom, from(#548ba6), to(#548ba6));
    background: -moz-linear-gradient(top, #548ba6, #548ba6);
    background: linear-gradient(to bottom, #548ba6, #548ba6);
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 32px;
    width: 50px; 
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: -3px;
    left: -20px;
    background: url("images/hand.png") no-repeat left center transparent;
    background-size: 100% 100%;
}
.testi { width:45%; background:#19A0D0; padding:15px; }
.test1 { width:45%; background:#19A0D0; padding:15px; float:right;}