<STYLE TYPE="text/css">



/*sub heading blue*/	
	H4 
		{ 
		font-size: 12pt; 
		color: #002e72;
		font-family: Verdana

		}

/*main heading blue*/
	H1 
		{ 
		font-size: 9pt; 
		color: #00285D;
		font-family: Arial;
		font-weight: bold; 
		margin: 0;
		}

	.red	
		{ 
		font-size: 9pt; 
		color: #ff0000;
		font-weight: bold;
		font-family: Arial;
		margin: 0;
		}

/*copyright*/	
	H2 
		{ 
		font-size: 8pt; 
		color: #00285D;
		font-weight: bold;
		font-family: Arial;
		margin: 0;
		}

/*sub heading gold*/	
	H3 
		{ 
		font-size: 10pt; 
		color: #63492a;
		font-family: Verdana
		
		}

/*black text*/	
	p 
		{
		color: #111111;
		font-size: 9pt;
		font-family: arial;
		margin: 0;
		}


td.main {  
	padding: 5px 20px 0px 20px;  
	text-align: left;
	margin:0;
	background-color:#fff;
	font: 8pt arial;
	color: #111111;
		}

	td.main a:link {color: 405679; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
	td.main a:visited {color: 405679; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
	td.main a:hover {color: 405679; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: none}

	td.main H1 
		{ 
		color: 00285D;
		margin:0;
		font: 12pt arial bold; 
		}

	td.main H2 
		{ 
		color: 00285D;
		margin:0;
		font: 10pt arial bold; 
		}

	td.main H3 
		{ 
		color: 6A747C;
		margin:0;
		font: 9pt arial bold; 
		}

	td.main ul	{ 
	list-style-image: url("arrow.gif");
	font-size: 8pt; 
	font-style: bold;
	color: 111;
	margin: 0;
	font-family: arial; 
	position: relative;
	padding-left: .45em;
	margin-left: 1em;
	/*text-indent: -5px; when IE figures it out*/
	}


td.highlight { 
	margin:0;
	font: bold 9pt arial;
	color: #00285D;
	background-color: #E8F0F1;
	text-align: center;
	}
	.highlight a:link {color: #00285D; font-size: 9pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
	.highlight a:visited {color: #00285D; font-size: 9pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
	.highlight a:hover {color: #00285D; font-size: 9pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: none}

td.highlightLeft { 
	margin:0;
	font: bold 9pt arial;
	color: #00285D;
	background-color: #E8F0F1;
	text-align: left;
	}
	.highlightLeft a:link {color: #00285D; font-size: 9pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
	.highlightLeft a:visited {color: #00285D; font-size: 9pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
	.highlightLeft a:hover {color: #00285D; font-size: 9pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: none}



td.bottomLinks { 
	color: #00285D;
	font: 7pt arial;
	}
	.bottomlinks a:link {color: #00285D; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
	.bottomLinks a:visited {color: #00285D; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: underline}
	.bottomLinks a:hover {color: #00285D; font-size: 8pt; font-family: arial,sans-serif; font-weight: bold; text-decoration: none}
	



/*link decorations*/
	
		a.body:link {color: #001e4c; text-decoration: underline}
		a.body:visited {color: #111111; text-decoration: underline}
		a.body:hover {text-decoration: none}
		a.prs:link {
	      color: #001e4c;
	      text-decoration: underline;
	      font-family: Verdana, Arial, Helvetica, sans-serif;
	      font-size: 12px;
	      font-weight: bold;
         }
		a.prs:visited {
		  color: #111111;
	      text-decoration: underline;
	      font-family: Verdana, Arial, Helvetica, sans-serif;
	      font-size: 12px;
	      font-weight: bold;
		  }
		a.prs:hover {
		text-decoration: none;color: #001e4c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: bold;
		}
		
		a.link:link {color: #ffffff; text-decoration: none}
		a.link:visited {color: #ffffff; text-decoration: none}
		a.link:hover {text-decoration: underline}

		a.tiny:link {color: #00285D; font-size: 6pt; font-family: arial,sans-serif; text-decoration: underline}
		a.tiny:visited {color: #00285D; font-size: 6pt; font-family: arial,sans-serif; text-decoration: underline}
		a.tiny:hover {color: #00285D; font-size: 6pt; font-family: arial,sans-serif; text-decoration: none}


/* cell background for extra links*/
	.cellbkgrd 
		{
		background-image: url('redside.html');
		background-repeat: repeat-y;
		}

.blueBox {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	clear: center;
	width: 450px;
	height: auto;
	border: 2px solid #00285D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #111;
/*	background-color: #718790;*/
	vertical-align: center;
	background: #CFD9E7 url(boxbg.html) no-repeat top;
}

/*repeating bg*/
body

{ 
background-image: 
url(../images/bg_b.gif);
background-repeat: repeat-x
}

/*tables*/
	p.table
		{
		border-style: solid;
		border-color: #00255B;
		border-width: 2px;
		background-color: #00255B;
		font-size: 10pt;
		font-family: arial,sans-serif;
		color: #ffffff
		}

.inset {
	margin: -5px 0px 5px 5px;
	padding: 5px;
	clear: right;
	float: right;
	height: auto;
	width: 200px;
	border: 3px solid #a99059;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 111111;
	background-color: efe9da;
	text-align: justify;
	vertical-align: top;
}


.form 

	{
	color: #111111;	
	font-size: 8pt;
	font-family: arial,sans-serif
	padding-left: 3px; 
	border: 1px #003465 solid; 
	color: #111111; 
	width: 100px; 
	background-color: #CFDCEC;
	}

.form2 

	{
	color: #111111;	
	font-size: 8pt;
	font-family: arial,sans-serif
	padding-left: 3px; 
	border: 1px #003465 solid; 
	color: #111111; 
	width: 220px; 
	background-color: #CFDCEC
	}

.form3 

	{
	color: #111111;	
	font-size: 8pt;
	font-family: arial,sans-serif
	padding-left: 3px; 
	border: 1px #003465 solid; 
	color: #111111; 
	width: 460px; 
	background-color: #CFDCEC
	}

.formdark

	{
	color: #ffffff;	
	font-size: 8pt;
	font-family: arial,sans-serif
	padding-left: 3px; 
	border: 1px #003465 solid; 
	width: 100px; 
	background-color: #39557B
	}

.formdarksmall

	{
	color: #ffffff;	
	font-size: 8pt;
	font-family: arial,sans-serif
	padding-left: 3px; 
	border: 1px #003465 solid; 
	width: 30px; 
	background-color: #39557B
	}



/*numbered list*/
	ol.decimal 
	{ 
	list-style-type: decimal;
	font-size: 10pt;
	font-family: arial,sans-serif	
	}

	ol.alpha
	{
	list-style-type: lower-alpha;
	font-size: 10pt;
	font-family: arial,sans-serif
	}


/*bulleted list*/
	ul.bullet
	{ 
	list-style-image: url("bullet.html"); 
	list-style-type: circle;
	font-size: 10pt;
	font-family: arial,sans-serif	
	}
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #91B4CD;
	border-left-color: #91B4CD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91B4CD;
}

	
	ul.arrow
	{ 
	list-style-image: url("arrow.html"); 
	list-style-type: circle;
	font-size: 10pt;
	font-family: arial,sans-serif
	}
	
	ul.arrow2
	{ 
	list-style-image: url("arrow2.html"); 
	list-style-type: circle;
	font-size: 10pt;
	font-family: arial,sans-serif
	}

</STYLE>
