body, td {
	font-family : Arial, sans-serif, helvetica, verdana;
	font-size : 10pt;

}
a {
	text-decoration: underline;
	color: blue;
}

.titles{
	font-size: 11pt;
	font-weight : bold;
}

h2 {
	font-family : times new roman, Arial, sans-serif, helvetica, verdana ;
	font-size : 16pt;
	font-style : italic;
	font-weight: bold;
	text-align: center;
	color : #322F98;
}


.buttons {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	width: 180px; /* width of menu */
}
/*
.buttons li {
	border-bottom: 1px solid white; / white border beneath each menu item /
}
*/
.buttons li a {
	background: #2E44A7; /*color of menu by default*/
	font: bold 12px Arial, sans-serif, helvetica, verdana;
	display: block;
	color: #F9C21E;
	width: auto;
	padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	/* border-bottom: 1px solid black; bottom border of menu link. Should be equal or darker to link's bgcolor*/
}
.buttons li a:visited, .buttons li a:active {
	color: #F9C21E;
}
.buttons li a:hover {
	background-color: #2E44A7; /*color of menu onMouseover*/
	color: white;
	/*border-bottom: 1px solid black; bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}




.signature {
	font-family : times new roman, Arial, sans-serif, helvetica, verdana ;
	font-size : 16pt;
	font-style : italic;
	color : #322F98;
}

.deadline{
	font-size: 12pt;
	font-weight : bold;
	color: #C40000;
}


.app_field_names {
	font-family : Arial, sans-serif, helvetica, verdana ;
	font-size : 8pt;
}


.contributions {
	font-family : comic SANS MS, Arial, sans-serif, helvetica, verdana ;
	font-size : 10pt;
}

.contributions_name {
	font-family : times new roman, Arial, sans-serif, helvetica, verdana ;
	font-size : 14pt;
	font-style : italic;
	color: blue;
}

.contributions_levels {
	font-family : comic SANS MS, Arial, sans-serif, helvetica, verdana ;
	font-size : 10pt;
	font-weight : bold;
}

.contributions_levels2 {
	font-family : comic SANS MS, Arial, sans-serif, helvetica, verdana ;
	font-size : 10pt;
	}

.contributions_titles {
	font-family : Imprint MT Shadow, Arial, sans-serif, helvetica, verdana ;
	font-size : 16pt;
	color: blue;
}

.contributions_titles_small {
	font-family : Imprint MT Shadow, Arial, sans-serif, helvetica, verdana ;
	font-size : 12pt;
	color: blue;
}


.copyright {
	font-size: 7pt;
}
.communityHeaderLink {
	font-size: 12pt;
	color: maroon;
	font-weight : bold;
	text-decoration: underline;
}
.footer {
	font-family : Arial, sans-serif, helvetica, verdana ;
	font-size : 7pt;
}

.farm td {
	font-size: 8pt;
}
a:hover { color:#A19547 }