/* WAP CSS Document */

.h1 {
	text-align: center; /* A comment can be placed at the end of a line. */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
}

p {
  text-align: left; /* A comment can be placed at the end of a line. */
}

.maincontentBodyTxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	font-size: x-small;
}

