/* For liquid layout, use the body style below. */
/* body { margin:5px 0px; padding:0px; } */
/* For fixed width, centered layout use the body style below */
body { margin:5px 0px; padding:0px; text-align:center;}

.wrapper { 
	/* The outermost div. Could be fixed width or expanding width. 
	   To swap between expanding (liquid) format and fixed, choose between the settings below 
	   and comment/uncomment.
	   Note: You also have to change the body tag style above to get centering.
	*/
	/* The following are for liquid (expanding) layout. */
	/*
	position: absolute;
	padding: 0px;
	width: 100%;
	*/

	/* The following are for fixed width layout. */

	width:1000px;
	margin:0px auto;
	text-align:left;

	/* If you want a dashed border for checking, use this: border:1px dashed #333; */
	}

/* Common classes */


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.smallLink {  font-family: Arial, Helvetica, sans-serif; font-size: 9px}
.Orange {  font-family: Arial, Helvetica, sans-serif; color: #ED9F0F}
.Orange9pt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ED9F0F;
}
.DarkBlue9pt {
font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #10134E
}
.Text9pt {
font-family: Arial, Helvetica, sans-serif; font-size: 9px
}
.DarkBlue10pt {

font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #10134E
}
.DarkBlue {
font-family: Arial, Helvetica, sans-serif; color: #10134E
}
.DarkBlue8pt {

font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #10134E
}
.DarkBlue8pt a:link, .directorylink a:visited, .directorylink a:active {
	color : #000000;
	text-decoration : none;
}
.DarkBlue8pt a:hover {
	color : #CC0000;
	text-decoration : none;
}



.Orange8pt {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ED9F0F;
}
.DarkBlue14pt {


font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #10134E
}
.BlackHeader14pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;

}
.BlackHeader12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;

}
.Text10pt {

font-family: Arial, Helvetica, sans-serif; font-size: 10pt
}
.Text12pt {


font-family: Arial, Helvetica, sans-serif; font-size: 12pt
}
.Text14pt {



font-family: Arial, Helvetica, sans-serif; font-size: 14pt
}
.Orange10pt {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ED9F0F;
}
.Orange12pt {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ED9F0F;
}
.DarkBlue12pt {


font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #10134E
}
.BlackHeader10pt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
