/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #660000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
/********* my new styles *****************************/
.ContentNormal
{
	font-size:	x-small;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
}
.SideBarNormal
{
	font-size:  10px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
}
.SmallPrint
{
	font-size:  10px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
}
.SmallTextBox
{
	font-size:  10px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	border: Solid, 1, Gainsboro;
}
P
{
	margin-bottom: .5em;
	margin-top: .5em;
}

H1	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	small;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #896A00;
	margin-bottom: .4em;
	margin-top: .7em;
	}	
		
H2	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	x-small;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #896A00;
	margin-bottom: .3em;
	margin-top: .7em;
	}
	
/*****************************************************/


A:link	
{
	font-size:	xx-small;
	text-decoration:	underline;
	color:	#cc3333;
	}	
		
A:visited	
{
	font-size:	xx-small;
	text-decoration:	underline;
	color:	Olive;
	}	
		
A:active	
{
	font-size:	xx-small;	
	text-decoration:	underline;
	color:	#cc3333;
	}	
		
A:hover	
{
	font-size:	xx-small;
	text-decoration:	underline;
	color:	#cc3333;
	}
	
SMALL	{	
	font-size:	xx-small;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.headerlinks 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	xx-small;
	font-weight: bold;
	color:	white;
}
.footermainlinks 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	xx-small;
	font-weight: bold;
	color:	Gray;
}
.footersublinks 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	xx-small;
	color:	maroon;
}

.ContentBodyHeaderText 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:	black;
	background-color: White;
}
.ContentBodyText 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color:	black;
	background-color: White;
}
.ContentHeaderText 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color:	gray;
	background-color: White;
}
.ContentLinkText
{
	font-weight: normal;
	font-size: xx-small;
	color: firebrick;
	font-family: Verdana, Helvetica, sans-serif;
}
.ContentLinkTextProduct
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.ContentBodyTextProduct
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color:	black;
	background-color: White;
}

/*** Unique link styles for the SiteMap page. Used with span tags ***/
.TOCTextLevel1
{
	text-decoration: underline;
	font-weight: bold;
	font-size: xx-small;
	color: firebrick;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: White;
}
.TOCTextLevel2
{
	text-decoration: underline;
	font-size: xx-small;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: White;
}
.TOCTextLevel3
{
	text-decoration: underline;
	font-size: xx-small;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: White;
}
.ContentBox
{
	background-color: White;
	border: "1";
	border-color: gainsboro;
}
.ParagraphHeaderSmall 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color:	black;
	background-color: White;
}
.ParagraphHeader 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #896A00;
	background-color: White;
}
.ParagraphTextSmall 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	color:	black;
	background-color: White;
}
.ParagraphText 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color:	black;
	background-color: White;
}
.NavBarSelected 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	background-color: White;
	font-weight: bold;
}
