<STYLE>

<!--This stylesheet controls the fonts and other attributes in the entire body of the non-frameset version. It also controls the fonts and other attributes in the top and left-hand frames of the frameset version, as well as the frameset file itself. It may be used for other pages in the frameset as desired.-->

body {
	FONT-FAMILY: Trebuchet MS, arial, san-serif;
	color: black;
	font-size: 10pt;
}

font {
	font-family : arial, san-serif;
	font-size : 10pt;
}

<!-- Set font size and bold for questions--FrontPage  -->
font.question {
	font-family : arial, san-serif;
	font-size: 10pt;
	font-weight: 600;
}

<!-- Set font size for answers-->
font.answer {
	font-family : arial, san-serif;
	font-size: 10pt;
}	

p {
	font-family : arial, san-serif;
	font-size : 10pt;
}

<!-- Set font size, bold, and color for the first line in the page heading -->
font.heading1 {
	font-family : arial, helvetica, sans-serif;
	color: #483D8B;
	font-size : 14pt;
	font-weight : 300;
}

<!-- Set font size, bold, and color for the second line in the page heading -->
font.heading2 {
	font-size: 10pt;
	font-weight: 600;
	color: #483D8B;
}

<!-- Set font size, bold, and color for the first line in the page heading--FrontPage -->
h1 {
	font-size: 12pt;
	font-weight: 600;
	color: white;
}

<!-- Set font size, bold, and color for the second line in the page heading--FrontPage -->
h2 {
	font-size: 10pt;
	font-weight: 600;
	color: white;
}

font.small {
	font-family : arial, san-serif;
	font-size : 9pt;
}

font.linkheader {
	font-family : arial, san-serif;
	font-size : 12pt;
	font-weight: 600;
}

a.head {
	font-family : arial, helvetica, sans-serif;
	color: 4748A9;
	font-size : 12pt;
	font-weight : 600;
	font-style : italic;
	text-decoration: none;
}

font.navhead {
	font-family : arial, helvetica, sans-serif;
	color: #D6D528;
	font-size : 10pt;
	font-weight : 600;
}

a.news {
	FONT-FAMILY: arial, san-serif;
	color: White;
	font-size: 12pt;
	text-decoration: none;
	font-weight: 800;
}

a.nav {
	FONT-FAMILY: arial, san-serif;
	color: White;
	font-size: 8pt;
	text-decoration: none;
	font-weight: 400;
}

a.nav:link {
	color: white;
	text-decoration: none;
	font-family: arial, san-serif;
	font-size: 8pt;
	font-weight: 400;
}

a.nav:visited {
	color: white;
	text-decoration: none;
	font-family: arial, san-serif;
	font-size: 8pt;
	font-weight: 400;
}

a.nav:hover {
	text-decoration: none;
	color: yellow;
	font-family: arial, san-serif;
	font-size: 8pt;
	font-weight: 400;
}

a.nodec {
	text-decoration: none
}

a:hover {
	color: red
}

a.headnav {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	font-size: 10pt;
	text-decoration: none;
	font-weight: 600;
}

a.headnav:link {
	color: #5a5a5a;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}

a.headnav:visited {
	color: #5a5a5a;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}

a.headnav:hover {
	text-decoration: none;
	color: #4748A9;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}

<!-- Set default color for unvisited subheadlinks -->
a.subheadnav:link	{
	color: Black;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 300;
}

<!-- Set default color for visited subheadlinks -->
a.subheadnav:visited {
	color: Black;
	text-decoration: none;
	FONT-FAMILY: Helvetica, Arial,  sans-serif;
	font-size: 10pt;
	font-weight: 300;
}

<!-- Make subheadlinks change color when the cursor moves over them (IE and newest versions of Netscape only) -->
a.subheadnav:hover {
	text-decoration: none;
	color: #4748A9;
	FONT-FAMILY: Helvetica, Arial,  sans-serif;
	font-size: 10pt;
	font-weight: 300;
}

<!-- Set color for the table row that contains the page heading -->
tr.title {
	background-color: #4748A9;
}

<!-- Set color for the table row that contains the page navigation links -->
tr.links {
	background-color: #EEEEEE;
}

</STYLE>
