body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #FFFFFF;

}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}a:link {
	color: #993333;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
.payout {
	font-weight: bold;
	color: #990000;
}
#posting {
	max-width: 300px;
	/* Change 525 to the desired width value */
}

#posting {
	_width: expression(this.width > 300 ? 300: true);
	/* IE6 fix for max-width */
	/* Change both 525s to the desired width value */
}
.datebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FF0000;
}
.grantsbutton {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #670001;
}
.grantsbuttonBig {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #670001;
	height:50px;
	padding: 0 35px;
}
.grantsbutton:hover, .grantsbuttonBig:hover
 {
	background-color: #EEDDCC;
	color: #670001;
}
#tasks span.task  {
	cursor:pointer;
	font-weight:bold;
	color:#000000;
	font-size: 10pt;
}
#tasks span.active  { color:#990000; }
#tasks div   {
	position:relative;
	padding:0;
	margin-left:15px;
	background-color: #EEDDCC;
	margin-bottom: 10px;
}
#tasks div p  { padding:0; margin-left:15px; }
.addPadding {
	padding: 15px;
}

