
body,p,label,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}
body {
	line-height: 140%;
}
h1,h2 {
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 18pt;
	font-weight: 100%;

	/* Futura,Tahoma,"Lucida Grande","Arial Black",Arial, Helvetica, sans-serif; */

	
	color: #004177;
	padding: 0px;
	margin: 0px;
	line-height: 140%;
}
h2 {
		font-size: 14pt;
}

a {
	color: #F79234;
}

/*
	UL LINK LIST ON BLUE
*/
ul.linklist {
	list-style-image: url("/img/arrowonblue.gif");
	margin: 0px;
	padding-top: 0em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	text-indent: 0em;

}

ul.linklist a {
	font-size: 8pt;
	color: #F79234;
	font-weight: bold;
	text-decoration: none;
}
/*
	UL LINK LIST ON WHITE
*/
ul.wlinklist {
	list-style-image: url("/img/arrowonwhite.gif");
	margin: 0px;
	padding-top: 0em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	text-indent: 0em;

}

ul.wlinklist a {
	font-size: 8pt;
	color: #F79234;
	font-weight: bold;
	text-decoration: none;
}
/*
	UL LINK LIST ON WHITE
*/
ul.olinklist {
	list-style-image: url("/img/arrowonorange.gif");
	margin: 0px;
	padding-top: 0em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	text-indent: 0em;

}

ul.olinklist a {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}



span.smalltext {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 3px;
	color: black;
	
}


ul.xlinklist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.xlinklist li {
	list-style-position: inside;
	list-style-image: url("/img/arrowonblue.gif");
	background-repeat: no-repeat;
	background-position: 0 0.4em;



}

ul.xlinklist a {
	font-size: 8pt;
	color: #F79234;
	font-weight: bold;
	text-decoration: none;
}