<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default CSS Stylesheet for a new Web Application project */

.NonSelectableCells
{
	font-weight:  normal;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana;
	letter-spacing: normal;
	text-align: center;
}

.SelectableCells
{
	font-weight: bold;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana;
	letter-spacing: normal;
	text-align: center;
}

.Cells
{
	font-weight: bold;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana;
	letter-spacing: normal;
	text-align: center;
}
.Button
{
	border-right: #faf0e6 1px ridge;
	border-top: #faf0e6 1px ridge;
	font-weight: bold;
	font-size: smaller;
	word-spacing: normal;
	text-transform: none;
	border-left: #faf0e6 1px ridge;
	color: black;
	border-bottom: #faf0e6 1px ridge;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: #cccce7;
}

.Labels
{
	font-weight: normal;
	font-size: smaller;
	word-spacing: normal;
	text-transform: none;
	color: #00008b;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: transparent;
}

.Combos
{
	font-weight: normal;
	font-size: smaller;
	word-spacing: normal;
	text-transform: none;
	color: #00008b;
	font-family: Verdana;
	letter-spacing: normal;
}

.TextBoxes
{
	border-right: skyblue 1px solid;
	border-top: skyblue 1px solid;
	font-weight: normal;
	font-size: smaller;
	word-spacing: normal;
	text-transform: none;
	border-left: skyblue 1px solid;
	color: #00008b;
	border-bottom: skyblue 1px solid;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: white;
}

.WarningMessages
{
    BACKGROUND-COLOR: Transparent;
    FONT-FAMILY: Verdana;
    FONT-SIZE:smaller;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:Olive;
}

.ErrorMessages
{
    BACKGROUND-COLOR: Transparent;
    FONT-FAMILY: Verdana;
    FONT-SIZE:smaller;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:Red;
}

BODY
{
	font-weight: normal;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #6699cc;
}

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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.GridItemText
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
.GridHeaderText
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana;
	background-color: #00008b;
	text-align: center;
}
.StepIndicator
{
	background-color: #00008b;
}
.StepNumbers
{
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	font-family: Verdana;
}
.StepTableBorders
{
	border-right: #00008b 1px solid;
	border-top: #00008b 1px solid;
	border-left: #00008b 1px solid;
	border-bottom: #00008b 1px solid;
}
.InformationTableBorders
{
	border-right: #00008b 1px solid;
	border-top: #00008b 1px solid;
	border-left: #00008b 1px solid;
	border-bottom: #00008b 1px solid;
}
.StepTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: #00008b;
	font-family: Verdana;
}
.StepInfo
{
	font-weight: normal;
	font-size: 10pt;
	color: #00008b;
	font-family: Verdana;
}
.PageBackground
{
	background-color: #6699cc;
}
.BannerTop
{
	background-color: #00008b;
}
.BannerLeft
{
	background-color: #2a548b;
}
.BannerRight
{
	background-color: #2a548b;
}
.BannerBottom
{
	background-color: #00008b;
}
.GridItemStyle
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	background-color: #eeeef2;
}
.GridDisabledItemStyle
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	background-color: #ff9393;
}
.GridAlternatingItemStyle
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	background-color: #dcdcef;
}
</pre></body></html>