<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

A:link      { color: #41519A; text-decoration:none; }
A:visited 	{ color: #41519A; text-decoration:none; }
A:active 	{ color: #41519A;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size:medium;
    font-weight: bold;
    color: #41519A;
    
 }

hr {
	border: 0;
	border-top: 2px solid #41519A;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #6B7EBF
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #6B7EBF;
	margin-bottom: -15;
}
	
/*h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #6B7EBF;
	padding-left: 15;
}*/

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#5B6DB5;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: Small;
		font-weight: bolder;
		color: #FFFFFF;
		background-color:#003CC9;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#41519A;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #41519A;
	text-align: right;
}

#ContentTable {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;  
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;  
	vertical-align: top;
	}	

#ContentData {
	padding-top: 14px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 20px;
}
.BodyBGColor
{
	background-color: #EFF3FB;
	border-right: #003CC9 1px solid;
	border-top: #003CC9  1px solid;
	border-left: #003CC9  1px solid;
	border-bottom: #003CC9  1px solid;
}

/* Help Slider */
#HelpDisplay
{
	width: 98%;
	display: none;
	padding: 5px;
	border: 2px solid #FADDA9;
	background-color: #FDF4E1;
	margin-bottom: 5px;
}

#HelpLink
{
	display: block;
	width: 5%;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #D0E8F4;
	background-color: #ECF8FD;
}

/* Blue Box */
.bluebox
{
	background: #f2f6ff;
	border-bottom: #a7beef 1px solid;
	border-left: #a7beef 1px solid;
	border-right: #a7beef 1px solid;
	border-top: #a7beef 1px solid;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

/*  Tab DISPLAY */
UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}
 
		UL.tabNavigation LI {
		    display: inline;
		}
 
		UL.tabNavigation LI A {
		    padding: 3px 5px;
		    background-color: #ccc;
		    color: #000;
		    text-decoration: none;
		}
 
		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #333;
		    color: #fff;
		    padding-top: 7px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}
 
		div.tabs &gt; div {
			padding: 5px;
			margin-top: 3px;
			border: 1px solid #333;
		}
		
		div.tabs &gt; div h2 {
			margin-top: 0;
		}
 

/* for Corners */
.corners
{
	background: #cccccc; /*  width: 23em;  */
	text-align: center;
	padding: 20px 2px; /* padding greater than corner height|width */
	margin: 1em 0.25em;
	color: #000;
}
.corners code {
	display: block;
}
.corners h1 {
	font-size: 120%;
}
</pre></body></html>