/* CSS Document */



* {

  margin: 0;

  padding: 0;

  line-height: 1.5;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-decoration: none;

  word-break: break-all;

}



body {

	height:100%;

	background-color:#FFFFFF;

	font-size: 12px;

}


