/* SHould not have to make any changes here. This style sheet is only used
   for the page frame, not for the text content. */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #530102;
	background-image: url(/images/sunburst_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	scrollbar-base-color: #530102;
}  

SMALL  {
        font-size : 8pt;
}

/* Links */ 
a:link, a:visited {
	color: #fb894b;
}
a:hover, a:active {
	color: #fb894b;
}

/* Links for Nav bar */
a:link.nav, a:visited.nav {
	font-size: 11pt;
	color: #f19d3f;
	/*color: #fb894b;*/
	text-decoration: none;	
	padding-right: 5px;
}
a:hover.nav, a:active.nav {
	color: #FFFFFF;
	text-decoration: none;
}
