/*	
	USAFunds Style Sheet 
	Revision 1
	11 February 2004
	
	Revision 2
	19 February 2004

*/


body {
	/* Set the margins & padding */
	margin: 0;
	padding: 0 0 46px 0;
	overflow-x:hidden
}

/*	Default styles	*/
body,  p, td, ol, ul, li {
	/*	Set the default font & size.
		We set body, p, td, ol, and ul to account for some browsers not cascading the body style correctly. */
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
}

.style1
{
	color:White
}
td.right {
	text-align: right;
}
form {
	padding: 0;
	margin: 0;
}
/*	Define headline styles
	Since HTML includes a number of headline tags to show hierarchy we might as well use them.
	While all the headline tags aren't used, the hierarchy remains:
		h1 - Site title (e.g USAFunds logo) [not used]
		h2 - Navigation level elements [not used]
		h3 - Page title (e.g. "Debt-Management Information")
		h4 - Content level sub-heads (e.g. state names on "Historically Black Colleges and Universities" page) and call-out titles
		h5 - News Archive sub-heads
		h6 - [not used]
		h7 - [not used]
	The sizes specified here may not be final.
*/
h1, h2, h3, h4, h5, h6, h7 {
	font: 16px Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
}
h2 {
	font: 14px Arial, Helvetica, sans-serif;
}
h3 {
	font: 13px Arial, Helvetica, sans-serif;
}
h4 {
	font: 11px Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 12px;
}

/*	Remove italics from News Archive sub-heads	*/
h5 i {
	font-style: normal;
}

/*	Default Link Style		*/
a {
	color: #330099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #8E66BA;
}


/* Visited links in Home Page */
a.homelink {
	color: #330099;
	text-decoration: none;
}
a.homelink:hover {
	text-decoration: underline;
}
a.homelink:visited {
	color: #ECE6F4;
}

/*Link styles for each section*/

a.professionals
{
    COLOR: #A69315;
    TEXT-DECORATION: none;
}
a.professionals:hover
{
    TEXT-DECORATION: underline;
}
a.professionals:visited
{
    color: #D4C560;
}
a.lenders
{
    COLOR: #0B8159;
    TEXT-DECORATION: none;
}
a.lenders:hover
{
    TEXT-DECORATION: underline;
}
a.lenders:visited
{
    color: #6AC3A5;
}
a.borrowers
{
    COLOR: #D56400;
    TEXT-DECORATION: none;
}
a.borrowers:hover
{
    TEXT-DECORATION: underline;
}
a.borrowers:visited
{
    color: #F89B4A;
}
a.about
{
    COLOR: #158CB8;
    TEXT-DECORATION: none;
}
a.about:hover
{
    TEXT-DECORATION: underline;
}
a.about:visited
{
    color: #67C5F3;
}
a.philanthropy
{
    COLOR: #158CB8;
    TEXT-DECORATION: none;
}
a.philanthropy:hover
{
    TEXT-DECORATION: underline;
}
a.philanthropy:visited
{
    color: #67C5F3;
}





/*	Default form styles.	*/
label {
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
}
legend {
	/*	Matches h4 in style and hierarchy	*/
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
}
input, select, textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
}
DIV#footer
{
    BACKGROUND: #41008c;
    LEFT: 0px;
    WIDTH: 100%;
    POSITION: relative;
    TOP: 0px;
    HEIGHT: 94px
}
DIV#footer DIV#footer_copyright
{
    LEFT: 19px;
    POSITION: absolute;
    TOP: 7px
}
DIV#footer DIV#footer_copyright P
{
    COLOR: #cccccc
}
DIV#footer DIV#footer_copyright A
{
    COLOR: white;
    TEXT-DECORATION: none
}
DIV#footer DIV#footer_copyright A:hover
{
    TEXT-DECORATION: underline
}
.smaller
{
    FONT-SIZE: 10px
}
.row1
{
    BACKGROUND: white
}
.row2
{
    BACKGROUND: #f0eeed
}
.calc1
{
    BACKGROUND: #efefef
}
.foot1
{
    BACKGROUND: #41008c;
    COLOR: white
}
.error
{
    FONT: 10px Arial, Helvetica, sans-serif;
    COLOR: red
}
/*Added by vijay on 29 mar 05 -- start*/
.topNavigationCellStyle
{
	font-weight:bold;
	font-size:8pt;
	cursor:hand;
	color:White;
	font-family:Arial, Sans-Serif;
	text-align:center;
	vertical-align:middle;
}
/*Added by vijay on 29 mar 05 -- end*/
/*Added by Srinivas on 31 mar 05 -- start*/
.Head3
{
	font-weight:bold;
	font-size:9pt;	
	color:black;
	font-family:Arial, Helvetica, sans-serif; 
}
.Head3Red
{
	font-weight:bold;
	font-size:10pt;	
	color:#cc3333;
	font-family:Arial, Helvetica, sans-serif; 
}

.Head3Aqua
{
	font-weight:bold;
	font-size:12pt;	
	color:#158CB8;
	font-family:Arial, Helvetica, sans-serif; 
}

.resFindSl {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt;
	color:#2f4f4f;
	margin: 0;
	padding: 0;
	   
}

.resFindSilver {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt;
	color:#696969;
	margin: 0;
	padding: 0;
	   
}
.resFindBl {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt;
	color:#101010;
	margin: 0;
	padding: 0;
    
	
}
.resFindWh {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt;
	color:white;
	margin: 0;
	padding: 0;
}
.link
{
	color: #330099;	
	text-decoration: underline;
}
.linkContacts
{
	color: #330099;	
	font-size:9pt;
	text-decoration: underline;
}
