@charset "utf-8";
/* CSS Document */

.html1 {
    background: url(images/poona_bg3_fade.jpg) no-repeat center fixed; 
    background-size: cover;
}

.html2 {
    background: url(images/pic02b_1280.jpg) no-repeat center fixed; 
    background-size: cover;
}

.html3 {
    background: url(images/pic02a_1280.jpg) no-repeat center fixed; 
    background-size: cover;
}


.html4 {
    background: url(images/bg4.jpg) no-repeat center fixed; 
    background-size: cover;
}

.html5 {
    background: url(images/bg5.jpg) no-repeat center fixed; 
    background-size: cover;
}
.html40 {
    background: url(images/imageE.jpg) no-repeat center fixed; 
    background-size: cover;
}
.html41 {
    background: url(images/imageG.jpg) no-repeat center fixed; 
    background-size: cover;
	max-width: 100%

}

table.contain {
   font-family: Tahoma, Geneva, sans-serif;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.contain td, table.contain th {
  padding: 0px 0px;
   vertical-align:top
}



table.anzac {
  font-family: Tahoma, Geneva, sans-serif;
  border: 6px solid #813225;
   width: 100%;
  table-layout:fixed;
  text-align: center;
  border-collapse: collapse;
}
table.anzac td, table.anzac th {
  border: 1px solid #AAAAAA;
   vertical-align:top;
  padding: 10px 10px;
   table-layout:fixed;
   text-align:center;
}
table.anzac tbody td {
  font-size: 20px;
}
table.anzac thead {
	background-color: #686868;
  }
table.anzac thead th {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

column.clm10 {
  max-width: 10%;
}

column.clm60 {
	min-width:60%;
    }


.td300px {
  width: 300px;
  text-align:left;
  table-layout: fixed;
  vertical-align: top;
	}		
	
.img {
    max-width:95%;
    height:auto;
	vertical-align:top;
	}	

.img2 {
    min-width:95%;
    height:auto;
	vertical-align:top;
	}
.img3 {
    max-width:50%;
    height:auto;
	vertical-align:top;
	text-align:left;
	}

.img4 {
    max-width:50%;
    height:auto;
	vertical-align:top;
	text-align:right;
	}		
	
.p14b2{
   text-align: center;
	font-family: 'Tahoma, Geneva, sans-serif';
      color: black;
	font-size: 14px;
	}	

.p20b1{
   text-align: left;
	font-family: 'Tahoma, Geneva, sans-serif';
      color: black;
	font-size: 20px;
	}
.p20b2{
   text-align: center;
	font-family: 'Tahoma, Geneva, sans-serif';
    font-weight: bold;
   color: black;
	font-size: 20px;
	}

.p25b3{
   text-align: right;
	font-family: 'Tahoma, Geneva, sans-serif';
    font-weight: bold;
   color: black;
	font-size: 25px;
}

.p30w2{
   text-align: center;
	font-family: 'Tahoma, Geneva, sans-serif';
    font-weight: bold;
   color: white;
	font-size: 30px;
	}
	
	.p30m2{
   text-align: center;
	font-family: 'Tahoma, Geneva, sans-serif';
    font-weight: bold;
   color: maroon;
	font-size: 30px;
	}


	
	.button5 {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2f5f4), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #f2f5f4 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #f2f5f4 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #f2f5f4 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #f2f5f4 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #f2f5f4 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5f4', endColorstr='#6c7c7c',GradientType=0);
	background-color:#f2f5f4;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:3px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.button5:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #f2f5f4));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #f2f5f4 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #f2f5f4 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #f2f5f4 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #f2f5f4 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #f2f5f4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#f2f5f4',GradientType=0);
	background-color:#6c7c7c;
}
.button5:active {
	position:relative;
	top:1px;
}