html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #B9102D;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B9102D;
}
a:hover {
	text-decoration: none;
	color: #3c89bf;
}
a:active {
	text-decoration: none;
	color: #1E4998;
}
.rightMenu {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #B9102D;
	line-height:200%;
}
.leftBlue {
	font-family: "Arial", Gadget, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color: #B9102D;
	line-height:100%;
}

@media (max-width: 767px){
	iframe{
		width:100%;
	}
	img{
		max-width:100%;
		height:auto;
	}
	table{
		width:100%;
		border:0;
    }

    td{
        display:block;
		width:100%;
		height:auto;
    }

    tr{
        display:block;
        margin:0px;
	}
	div{
		height:auto!important;
	}
}