/*	-----------------------------------------------------------------------	*/
/*	METAVANTE HOUSE STYLE SHEET                       	   		       		*/
/*	-----------------------------------------------------------------------	*/
/*	Copyright 2000, 2001, 2002, 2003.  Metavante Corporation.						*/
/*																			*/
/*	The color settings in this file represent the Metavante "house style." 	*/
/*	This is a working copy of the house style, currently being changed 		*/
/*	to accommodate the Next Gen CSP product. The "New not-yet permanent 	*/
/*	styles for CSP work" are appended to the end of this file.				*/
/*																			*/
/*	-----------------------------------------------------------------------	*/


/*	-----------------------------------------------------------------------	*/
/*  Base Tags                                                               */
/*	-----------------------------------------------------------------------	*/
a:active
{
	/* A color specification here has no effect in Netscape 4.7. */
}
a:hover
{
	/* Any special specification here has no effect in Netscape 4.7. */
}
a:link
{
	/* Sets the color for the Primary Text Links (Unvisited). */
	color: #000000;
}
a:visited
{
	/* Sets the color for the Primary Text Links (Visited). */
	color: #999900;
}
body
{
	/* Sets the color for the Page Background. */
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

dl
{
font-family: Arial, Helvetica, sans-serif;
}
li
{
	font-family: Arial, Helvetica, sans-serif;
}
p
{
	/* Sets the color for the Primary Text. */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
th
{}
ul
{
font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}


/*	-----------------------------------------------------------------------	*/
/*  Classes                                                                 */
/*	-----------------------------------------------------------------------	*/
/*	Classes appear in alphabetical order.  However, classes that have been	*/
/*	deprecated are in a separate section at the end of this file.			*/
/*	-----------------------------------------------------------------------	*/

.body-help
{
	/* Sets the color for the Page Background. */
	background-color:  #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
}
.defaulttextfamily
{
	font-family: Arial, Helvetica, sans-serif;
}
.distinguishingcolor
{
	/* Sets the color for the Title Text within complex data tables. */
	color: #000000;
}
.formrule
{
	/* Sets the color for Section Rules. A color specification here has no effect in Netscape 4.7. */
	color: #D9D9EB;
}
.headinglevel1
{
	/* Sets the color for Page Titles. */
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 5px;
}
.headinglevel1flushleft
{
	/* Sets the color for Page Titles (Special Case). */
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;

}
.headinglevel2
{
	/* Sets the color for Text Headings. */
	color: #000000;
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight: bold;
}
.headinglevel2flush
{
	/* Sets the color for Text Headings (Special Case). */
	color: #000000;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}
.headinglevel3
{
	/* Sets the color for Secondary Text Headings. */
	color: #000000;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}
.headinglevel3flush
{
	/* Sets the color for Secondary Text Headings (Special Case). */
	color: #000000;
	margin-top: 0px;
	margin-bottom: 2px;
}
/*  End of Outside-Page Elements ------------------------------------------ */

.runningtext
{
	/* Like narrowconentblock, this tag is applied to a DIV to constrain the width of the content. Usually applied to constrain an individual paragraph within a larger variablecontentblock. */
	width: 400px;
	text-align: left;
}
.runningtextnarrow
{
	/* Applied to a DIV to constrain the width of content. Used on category pages. This tag is a candidate to be deprecated in favor of the new narrowcontentblock2. */
	width: 275px;
	text-align: left;
}
.secondarynavlistitem
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.underheadingoverlist
{
	margin-top: 5px;
	margin-bottom: 5px;
}


/*  End of File  */




