body{
font-size:100%;
}

.fontsize_hor {
    position: relative;
    top: 20%;
    text-align: center;
    padding-right: 30px;
}


.fontsize > a{
padding:0px 2px;
}
.c1,.c1:link,.c1:visited,.c1:hover{color:#D60000;background-color:transparent;}
.c2,.c2:link,.c2:visited,.c2:hover{color:#000000;background-color:transparent;}

#fontSizeM, #fontSizeL, #fontSizeXL{
font-weight: normal;
}

.font_1{
	font-size: 1.5em;
	color: #CC0000;
}

.hidden_text{
	/*display: none;*/
	height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -500px;
    width: 1px;
}
.indeximg {
    max-width: 100%;
    height: auto;
}

h1, h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
    font-weight: bold;
}

/*
p{
	margin: 0;
    padding: 0;
}
*/

#skip a, #skip a:hover, #skip a:visited {
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -500px;
    width: 1px;
}
#skip a:active, #skip a:focus {
    height: auto;
    position: static;
    width: auto;
}

.liststyle1 {
	padding-left: 20px;
}

#printwai{
width:100px;
/*position:absolute;
right:0;*/
padding-left: 15px;
}

#printwai img {
	border: 0;
}

#indexbottombar{
    width: 540px;
    height: auto;
    margin: auto;
    text-align: left;
}

/* Responsive for smaller screens which less than the width of index image  */

@media (max-width: 800px) {

    .fontsize_hor {
        display: none;
    }

    .indeximg {
        width: 100%;
        height: auto;
    }

    #indexbottombar{
        width: 100%;
    }

}