
/* Generic stuff */

.itemBorder {
	font: 9pt Times New Roman, serif;
	color: rgb(0,0,0);
	background-color: rgb(213,226,240);
	border: 2px solid navy;
	}
.itemBorderSmall { 
	border: 1px solid navy;
	color: rgb(0,0,0);
	background-color: rgb(213,226,240);
	font: 7pt Arial, sans serif;
	}
.smalltext {
	font: 7pt Arial, sans serif;
	color: rgb(255,255,255);
	}
.itemText { text-decoration: none; color: #003366; font: Bold 12px Arial, Helvetica }

.smallNoBox {
	border: 0px;
	height: 8px;
	width: 8px;
	object-border: 1px;
	object-background: rgb(213,226,240);
	}

P, TD, UL, OL, SPAN, DIV, FORM {
	font: 10pt Times New Roman, serif;
	color: rgb(255,255,255);
}

SELECT.box {
	font: 9pt Arial, serif;
	color: rgb(0,0,0);
	background-color: rgb(213,226,240);
	border: 2px solid navy;
	}

.small {
	font: 8/7pt Arial, sans serif;
	color: rgb(0,0,0);
	background-color: rgb(213,226,240);
	border: 1px solid navy;
	}

B {
	font-weight: bold;
}

BODY {
	scrollbar-3d-light-color: cyan;
	scrollbar-arrow-color: cyan;
	scrollbar-base-color: navy;
	scrollbar-dark-shadow-color: black;
	scrollbar-face-color: rgb(43,82,121);
	scrollbar-highlight-color: light-blue;
	scrollbar-shadow-color: navy;
	}
	
H1 {
	font: bold 20pt Times New Roman, sans serif;
	color: rgb(0,0,0);
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

H2 {
	font: bold 18pt Times New Roman, serif;
	color: rgb(0,0,0);
}
H3 {
	font: bold 16pt Times New Roman, serif;
	color: rgb(0,0,0);
}
H4 {
	font: bold 14pt Times New Roman, serif;
	color: rgb(0,0,0);
}
H5 {
	font: bold 12pt Times New Roman, serif;
	color: rgb(0,0,0);
}
/*  H6 is used f contents bar */
IMG {
	border-color: #000000;
	color: #000000;
}
A IMG {
	border-color: #000000; 
	color: #000000; 
}
OL {
	list-style: upper-roman;
}
SUP {
	font-size: 80%;
	text-transform: uppercase;
}
PRE {
	font-size: 8pt;
	font-family: monospace;
	color: rgb(0,0,0);
}
A { 
	color: white;
	text-decoration: none;
}

A:visited {
	color: rgb(255,255,255);
	}

A:active {
	color: rgb(255,255,255);
	}

A:hover {
	color: rgb(255,255,255);
	font-weight: bold;
	}

H6 {
	font: 10pt Times New Roman, serif;
	color: rgb(190,191,151);
	text-decoration: underline;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
HR {
	border: 2px solid; 
	padding: 0px;
}

acronym {
        border-bottom: 1px dashed rgb(205,154,57);
        cursor: help;
}


