/* CSS Document */



	

div.GreyTitle
{
	color:#444;
	min-width:130px;
	width:130px;
	height:18px;
	min-height:18px;
	background-color:#ccc;
	padding-top:2px;
	padding-left:5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

div.OrangeTitle
{
color:#444;
width:160px;
	min-width:160px;
height:22px;
min-height:22px;
background-color:#ffe6a9;
border-bottom:solid 2px #fff;
padding-top:2px;
text-indent:5px;
}

img
{
margin-right:5px;
margin-bottom:5px;
}
	

/*-------------Text---------------*/	


P { 
	font-size:inherit;
	color:#000000;
	}
	
p.Title { 
	font-size:1.8em;
	font-weight:400;
	color:#c97a00;
	}

p.SmallerTitle,span.SmallerTitle { 
	font-size:1.4em;
	color:#5e3a80;
	}
	
	h2{ 
	font-size:1.4em;
	color:#5e3a80;
	}
	
p.SubTitle { 
	font-size:1.5em;
	font-weight:500;
	color:#c97a00;
	}
	
p.PinkText, span.PinkText
{
font-size:16px;
color:#C41783;
}

p.PurpleTextSm
{
color:#5e3a80;
}
	
/*-------------Tables---------------*/
table
{
display:block;
}

td { 
	font-size:11px;
	color:#000000;
	border:solid 1px #ddd;
	}
	
	
/*-------------Links--------------*/


A:link,A:visited,A:active  {
	font-size:10pt;
	color:#a252ba;
	text-decoration:none;
	text-weight:bold;
		}

A:hover {
	font-size:10pt;
	color:#C272Da;
	text-decoration: underline;
	text-weight: bold;
	
}



/*-------------Structure-------------*/



DIV.FundingTitle
{
	width:530px;
	height:24px;
	z-index:24;
	background-image: url(../images/FundingBG.gif);
	text-indent: 14px;
	padding-top: 4px;
	color:#552F7A;
	font-size:14px;
	
}

DIV.FundingText
{
	width:520px;
	z-index:24;
	padding-left:14px;
	padding-top: 4px;
	color:#000;
	font-size:12px;
	margin-bottom:10px;
	
}


body 
	{
	height:100%;
	scrollbar-base-color:#555;
	scrollbar-arrow-color:#FFF;
	background-color:#fff;
	font-family: helvetica,arial,sans-serif;
	font-size:12px;
	/*background-image:url(../images/BG2.jpg);*/
	margin-top:0px;
	text-align:left;
 	}

