body {
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0%;
	background-color : White;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}
p  {
	margin-top: 0;
	font-size: small;
}
label {
	font-size:small;
}
fieldset {
	padding:10px
}
span {
	font-size: small;
}
a {
	font-size: small;
}
td {
	font-size: small;
}
h1 {
	margin-top:0%;
}
td.hd {
	color: #008000;
}
h1.hd {
	text-align:center;
	color: #008000;
}
h2.hd {
	text-align:center;
	color: #008000;
}
h3.hd {
	color: #008000;
}
h4.hd {
	color: #008000;
}
.r {
  	text-align:right
}
.white{
	color : #FFFFFF;
}
.bold {
	font-weight : bold;
}
.alert {
	border:1px #666666 solid;
	background-color:#FFFFCC;
	padding:4px;
	width:98%;
}


