/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    /*BACKGROUND-COLOR: #c3c3c3;*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0px,0px,0px,0px,;
	scrollbar-base-color: 000000;
	scrollbar-track-color: #5a5a5a;
	scrollbar-face-color: Red;
	scrollbar-highlight-color: #5a5a5a;
	scrollbar-3dlight-color: Black;
	scrollbar-darkshadow-color: Black;
	scrollbar-shadow-color: #5a5a5a;
	scrollbar-arrow-color: FFFFFF;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	


/*
A:link	{	
	text-decoration:	none;
	color:Blue;
	}			

A:visited	{	
	text-decoration:	none;
	color:Blue;
	}		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
A:hover	{	
	text-decoration:	underline;
	color:Blue;
	}*/
	
/********************************************************/
/*		Regular Hyperlink Rules							*/
/********************************************************/	
.regular:link	{	
	text-decoration:	underline;
	color:Black;
	}			

.regular:visited	{	
	text-decoration:	underline;
	color:Black;
	}	/*	
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	*/
.regular:hover	{	
	text-decoration:	none;
	color:Red;
	}
	
	
	
	
/********************************************************/
/*		Header Navigation Rules							*/
/********************************************************/
.Navigation
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
	line-height:normal;
}

.Navigation:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: underline;
}





.LinkNavigation
{
	font-weight: normal;
	font-size: 8pt;
	color:Black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
	line-height:normal;
}

.LinkNavigation:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: underline;
}

.ResourceLinkNavigation
{
	font-weight:bold;
	font-size: 8pt;
	color:Black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
	line-height:normal;
}

.ResourceLinkNavigation:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: underline;
}
	
/********************************************************/
/*		Footer Navigation Rules							*/
/********************************************************/	
.Footer
{
	font-size: 7.5pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
	/*line-height:normal;*/
	
}
	
.Footer:hover
{
	text-decoration: underline;
}	

.FooterBar
{
	font-size: 7.5pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
	line-height:normal;
	
}
	

/********************************************************/
/*		Header Table Rules							*/
/********************************************************/
.HeadTbl
{
	background-repeat:no-repeat;
}	
	

/********************************************************/
/*		Quick Launch Rules							*/
/********************************************************/	
.quickLaunch
{
	font-size: 7.5pt;
	color: Black;
	font-family: Arial;
	text-decoration: none;
	/*line-height:normal;*/
	
}



/********************************************************/
/*		Regular Hyperlink Rules							*/
/********************************************************/	
.breadcrumb	{	
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	color:Black;
	}	


Calculator	{	
	font-family: Arial;
	font-size:	7pt;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

