@charset "utf-8";

/* CSS Document */



.textfooter {

	font-family: Calibri;

	font-size: 30px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #08111A;

}

.textwht {

	font-family: Calibri;

	font-size: 14px;

	font-style: normal;

	line-height: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: none;

	color: #FFF;

}

.textblack {

	font-family: Calibri;

	font-size: 14px;

	font-style: normal;

	line-height: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: none;

	color: #000;

}

.textbodylarge {

	font-family: Calibri;

	font-size: 24px;

	font-style: normal;

	line-height: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: none;

	color: #00C;

}

.pattern {

	background-image: url(images/index_new_07.jpg);

	background-position:top;

	background-repeat:no-repeat;

}



.nav {

	background-image: url(images/index_new_05.jpg);

	background-position:top;

	background-repeat:no-repeat;

}

.textwhtnotbold {

	font-family: Calibri;

	font-size: 14px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #FFF;

}

.textblackntbold {

	font-family: Calibri;

	font-size: 14px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #333;

}

.textfooterwht {

	font-family: Calibri;

	font-size: 20px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #FFF;

}

/*
@media screen and (min-width: 485px){
.left-side {
    display: table-row-group !important;
    font-size: 15px!important;
    line-height: 1.3!important;
    width: auto !important;
}
}
*/

@media screen and (max-width: 480px){
/*tbody.left-side tr {
    display: grid !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
}
tbody.left-side td {
    display: grid !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    width: 100% !important;
}*/
.left-side {
    display: grid;
    font-size: 22px !important;
    line-height: 1.3 !important;
    width: 100% !important;
}
input#button2 {
    margin-top: 25px !important;
    font-size: 20px !important;
}
input#button {
    font-size: 20px !important;
}
}