<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 */
.Tfont
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:7pt;
color:White ;
	}
.XX-SmallFont
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:7pt;
	}
.X-SmallFont
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:10pt;
	}
.SmallFont
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:12pt;
	}
	.SmallFontBolder
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:12pt;
font-weight:bolder;
	}
	.SmallFontBold
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:10pt;
font-weight:600;
	}
.MediumFont
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:12pt;
	}
.LargeFont
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:13.5pt;
	}
.X-LargeFont
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:24pt;
	}
.XX-LargeFont
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:38pt;
	}
.body
{
	font-family: Arial, Helvetica, sans-serif;
	Font-Size: 60%;
	}
	.X-LargeFontH1
{
font-family: sans-serif;
Font-Size:22pt;
color:Black;
font-style:italic;
	}
.XX-LargeFontH1
{
font-family: sans-serif;
Font-Size:30pt;
color:Maroon;
font-style:italic;
	}
	.CarLinkFont
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:30;
color:Navy;
font-style:italic;
FONT-WEIGHT: 300;
FONT-FAMILY: small-caps;
	}
	.XX-SmallFontBold
{
font-family: Arial, Helvetica, sans-serif;
Font-Size:8pt;
font-weight:bold;
	}

.border {
	border-right-width: 10%;
	border-bottom-width: 10%;
	border-left-width: 10%;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 3px;
}
.links5 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.links5 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.links5 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
.links5 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
.links2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E214CE;
	text-decoration: none;
	font-weight: bold;
}
.links2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E214CE;
	text-decoration: none;
	font-weight: bold;
}
.links2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.links2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E214CE;
	text-decoration: none;
	font-weight: bold;
}
.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
</pre></body></html>