
/* HHHHHHHHHHHHHHHHHHHHHHHHH PART 1 -GLOBAL DECLARATIONS HHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */


*{ 

  margin:0;
  /* padding:0; */
  border:0;
  text-indent:0;
  list-style:none;
  text-decoration:none; 

}
  

    
/*
html, body {     

  width:100%;
  height:100% ;
  max-width:100%; 
  margin:0 auto;
  min-height:100%;
  max-height:100%;
  padding:0;  
  font: 100.01% verdana, arial, sans-serif;
  color:#707070;
  line-height:100%;
  font-size:100%;
  font-family:"Myriad Pro", Arial; 
  font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif; 
  font-family: 'Quattrocento Sans', sans-serif; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  text-align:left;  
  background:#fff;  

}
*/
html, body {
  padding-top:0.2%;
   
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

.clear{ clear:both; margin:0px; padding:0px; }
.clearLine { clear:both; margin:0px; padding:0px; border-bottom:0px solid #D1DAD1; width:100%; margin:0 auto;}





.div_inline{
    float:left;
    width:100%;
    height:auto;
    margin:0px;
    padding:0px;
    text-align:left;
    position:relative;
}

.div_center{
    width:100%;
    height:auto;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    text-align:center;
    position:relative; 

}



.imgRes{ max-width:100%; height:auto; margin:0px; padding:0px; border:0px solid #ccc; }



table {
    border-collapse: collapse;
    
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH End  - PART 1 - GENERAL DECLARATION HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */






/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH PART2 - PAGE ELEMENTS HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */



table#home_table1 , #home_div1{
    width: 100%;  
    margin:0 auto;
    padding:0px;
    border:0px solid #f00;
    position:relative;
}

#home_div1{ border:0px solid #00f; }







/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH End  - PART2 - PAGE ELEMENTS HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */










/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH RESPONSIVE CSS HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

/* @media screen and (max-width: 480px) {  */


@media screen and (max-width: 480px) {
    
}




/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH End - RESPONSIVE CSS HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */



/*

@media only screen and (max-width: 775px) {
table#aj1table {
    width: 100%;
    text-align: center;
}

table#aj1table tr, table#aj1table td {
    float: left !important;
    width: 100% !important;
}

tr, td {
    float: left !important;
    clear: both;
    width: 100% !important;
}

table {
    width: 100% !important;
}
td.line {
    margin-top: 100px;
}
.cs{
display:none;
}
.cs-hid{
display:block !important;
}
.cs-hid p{
    margin: 0;
}

.tab div, .img, h1{
    width: 100% !important;
}
textarea, input {
    width: 100%;
}

.img{
height: auto !important;
}
}

.cs-hid{
display:none;
}


*/