@charset "utf-8";
/* CSS Document */
/*p-Paragraph*/
p{
	font-size:12px;
	line-height:17px;
	color:#333333;
}
/*Heading 1- The heading at the upper left hand corner of the inner-page (next to the search bar)*/
h1{
	font-size:23px;
	line-height:0px;
	bottom:0px;
	top:0px;
}
/*Heading 2- The heading of inner-page titles*/
/*Example: The heading of a grant on a grant details page*/
h2{
	font-size:15px;
	top:auto;
	bottom:auto;
	line-height:20px;
	font-weight:bold;
}
/*Heading 3- Heading of blocks of text*/
/*Example: The heading of "summary" on the grant details page*/
h3{
	font-size:14px;
	line-height:0px;
}
/*Heading 4- Heading of Grant title links and */
/*Example: The heading of "summary" on the grant details page*/
.grantResultLink{
	font-size:15px;
	line-height:30px;
	font-weight:bold;
	text-decoration:underline;
}
.grantSubDetail{
	font-size:10px;
}
.dateSubhead{
	font-size:10px;
	line-height:5px;
	top:0px;
	font:Arial, Helvetica, sans-serif;
}
