* {
	font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: black;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #999966;
	scrollbar-base-color: #999966;
}

/* Links */
a:link, a:visited {
	color: #4C3582;
}
a:hover, a:active {
	color: red;
}

SMALL  {
  	font-size : 8pt;
}
  
H1  {
	font-size : x-large;
	font-weight : bold;
	color : #301E5A;
}
  
H2, .heading2  {
	font-size : large;
	font-weight : bold;
	color : #301E5A;
}
  
H3, .heading3  {
	font-size : medium;
	font-weight : bold;
	color : #301E5A;
}
 
H4, .heading4  {
	font-size : medium;
	font-weight : normal;
}
  
.caption  {
	font-size : 8pt;
}

.imagenav {
	border : 2;
	border-style: solid;
	border-color: black;
}

