/*  */
/*  */
/* Styles for Printable Mail and Fax Contribution Forms*/
/*  */
/*  */


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 83%; /* setting default font for IE browsers to 12px */
	background-color: #FFFFFF;
	color: #000000;
}

html>body 
{
	font-size: 13px; /* setting default font for non-IE browsers */
} 


h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {font-size: 2.0em; font-weight: normal}  /* displayed at 24px */
h2 {font-size: 1.5em}  /* displayed at 18px */
h3 {font-size: 1.25em}  /* displayed at 15px */
h4 {font-size: 1.0em}  /* displayed at 12px */
h5 {font-size: 0.8em}  /* displayed at 10px */
h6 {font-size: 0.65em}  /* displayed at 8px */

table
{
	table-border-color-light: #666666;
	table-border-color-dark: #666666;
	border-color: #666666;
	font-size: 1.0em;
}


tr, th, td
{
	font-size: 1.0em;
}

a
{
	color: #08008C; 
}

a:visited
{
	color: #08008C; 
}
a:active
{
	color: #08008C; 
}
a:hover {
	color: #08008C;
}

ol, li
{
	font-size: 1.0em;
}

ul
{
	font-size: 1.0em;
}



LI LI, LI P, TD P, BLOCKQUOTE P
{
	font-size: 1.0em;  /* To prevent shrinkage in nested tags */
}

/* Needed to prevent intrustion from NS4 CSS */
div, textarea, input, select, option
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}
fieldset, legend, caption
{
	color: #000000;
}
dl, dt, dd
{
	font-size: 1.0em;
}
p, blockquote
{
	font-size: 1.0em;
}




/*  */
/*  */
/* Image-Floating Classes */
/*  */
/*  */

.floatleft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
.floatright
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}


/*  */
/*  */	
/* Top Navigation Within "body1" */
/*  */
/*  */

p.breadcrumbs
{
    font-size: .8em; 
}

.bottomsectionnav
{
    text-align: center;
    font-size: 1.0em;
    font-weight: bold; 
}