/* CSS Document */

	body {
		margin: 0px;
		padding: 0px;
		background: #FFF;
		width: 100%;
		height: 100%;
	}

a{
  outline: none;
}


.maintable{
      background-color:#F9FBFE;
      border:#AACCEE 1px solid;
      padding: 6px;
     }

.islandbuttonstxt{
  padding-left: 8px;
  }
A.islandbuttonstxt{
  color: #555454;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
A.islandbuttonstxt:hover{
  color: #000;
}

.txt1{
  border:#D4D4D4 1px solid;
  color: #4C4C4C;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: justify;
  padding: 8px;
}
.txt2{
  border:#D4D4D4 1px solid;
  background-color: #FF3333;
  color: #FFF;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: justify;
  font-weight: bold;
  padding: 2px;
}
.txt3{
  border:#D4D4D4 1px solid;
  background-color: #4689B4;
  color: #FFF;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: justify;
  font-weight: bold;
  padding: 2px;
}

