body {
	font-family: Arial;
	font-size: smaller;
	background-color: White;
	width: 700px;
	margin-left: 50px;
	margin-right: 50px;
}
.Title {
	text-align: center;
	font-weight: bolder;
	font-size: large;
	font-style: normal;
}
.GrantRequestTable {
	
}
.header { 
	border: none;
	visibility: visible; /* should be visible */
	z-index: 1000; /* sets the stack order of an element */
	top: 0;
	left: 0;
	width: 486px;
	height: 48px;
	display: block;
	margin: 5px 0;
	padding: 5px;
	clear: both;
}
.firstParagraph {
	font-size: larger;
	color: Navy;
	font-weight: bolder;
}
.address {
	font-family: Arial Alternative;
	margin-left: 50px;
}
a { 
	text-decoration: none;
}
a:hover {
	text-decoration: none; color: #ff0000;
}
.LeftAlign {
	text-align: left;
}
.RightAlign {
	text-align: right;
}
.tbl1 {
	width: 700px;
}
.policy {
	width: 600px;
}
.Request {
	
}