
	BODY {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
}

	TABLE {
		font-size: 12px;
	}

	A:active {
	color: blue;
	text-decoration: underline;
}

	A:link {
	text-decoration: underline;
}

	A:hover {
	text-decoration: underline;
}

	A:visited {
	text-decoration: underline;
}
	
	.disclaimer {
		border: black 1px solid;
 		font-size : 12px;
	}

	.form {
 		font-size : 12px;
	}

	.application {
 		font-size : 12px;
	}
	
	.section {
		background-color: aliceblue;
		font-size: larger;
		font-weight: bolder;
		color: black;
		text-align: center;
 		font-size : 15px;
	}
	
	.grantAmountsTable {
		background-color: aliceblue;
		font-size: 12px;
		border: black 1px solid;
	}

	.textInput {
	font-family : inherit;
	font-size : inherit;
	background : white;
}
	
	.samplelinks {
		font-size: 12px;
		border: 1px black solid;
		background-color: aliceblue;
	}
	.smalltext{
	font-size : 10px;
}
	.responsemessage{
	color : Red;
}
.normal {
	background-color: white
}

.highlight 
{
	background-color: lemonchiffon
}

.asterix
{
	color : Red;
}
