/* This is the default Style Sheet for Funding Partners website */

/* Main document styles */

BODY {
 	font-size : 12px;
 	font-family : verdana, arial, helvetica, sans-serif;
 }
P {
	font-size : 12px;
 	font-family : verdana,arial,helvetica,sans-serif;
 }
TD {
	font-size : 12px;
 	font-family : verdana,arial,helvetica,sans-serif;
 }
OL {
	font-size : 12px;
 	font-family : verdana,arial,helvetica,sans-serif;
 }
UL {
	font-size : 12px;
 	font-family : verdana,arial,helvetica,sans-serif;
 }
 
/* Link styles */

A { color: #660066; ; text-decoration: underline}
A:hover {
	color: #099999;
	text-decoration: underline;
}

/* Caption under photos styles */

.caption {
	font-size: 11px;
	margin-left: 15px;
; color: #009999; font-weight: bold
}