html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
	  background-color:#999;
   }

#fullheight {height:100%}

.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	padding: 20px;
	background-color:#E2E2E2;
}

.contactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	padding-bottom:10px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #737373;
	font-weight:bold;
}

.smInput {
	width:280px;
}

.lgInput {
	width:280px;
}
