/* BIS web page css selectors */

/* Body element */

body { 
background-repeat: no-repeat;
background-position: 176 118;

font-family: Arial, Helvetica, sans-serif;

margin-top: 2px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 2px;

width: auto;
background-color: #FFFFDD;
; font-size: 10px
}

/* Heading elements */

h1, h2, h4 {
text-transform: capitalize;
font-style: normal;
font-weight: bold;
color: #003366;
}

h1 { font-size: 18pt; }
h2 { font-size: 15pt; }
h3 { font-size: 200%; }
h4 { font-size: 10pt; }

.heading1, .heading2{
text-transform: capitalize;
font-style: normal;
font-weight: bold;
color: #003366;
}

.heading1 { font-size: 18pt; }
.heading2 { font-size: 15pt; }
.heading3 { font-size: 12pt; }
.heading4 { font-size: 12px; }

/* Text */

p, th, td, thead, tbody, tfoot, dl, ol, ul, blockquote, span, br {
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #003366;
}

.bannertext {
	font-family: "Verdana", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #0000AA;
	line-height: 1em;

}

/* Some floating stuff */
.floatright
{
	float: right;
	width: 103px;
	margin: 0.5em 0.5em 0.5em 1em;
	background-color: #CCCCCC;
	padding: 0.5em;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	clear: right;

}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

p {
	margin: 1em;
}





/* Lists */

li { color: #E73121 }

li span { /* Set the font to the required colour for the dot, */
font-size: 10pt; /* then put the list text inside span tags, */
font-style: normal; /* to set the font colour for the text */
font-weight: normal;
color: #003366;
}

/* Links don't forget "Lets Visit Holy Apes" */

A:link, A:visited, A:active{
text-decoration: underline;
color: #003399;
background: transparent;
}

A:hover { 
   text-decoration: underline; 
color: #003366;
background: #ddeeff;
}

/* Menu Links */

a.menulink:visited, a.menulink:link {
text-decoration: none;
color: #FFFFFF; 
background-color: transparent;
font-size: 12px;
font-weight: 900;
font-family: Arial, Helvetica;
}

a.menulink:hover {
text-decoration: none;
color: #99ccff;
background-color: transparent;
} 

a.menulink:active {
text-decoration: none;
color: #6699cc;
background-color: transparent;
}


/* Tables */
table.nr {
border-collapse: collapse; 
border: 3px solid; 
/*blue border-color: #AADDFF #0099FF #0099FF #AADDFF;*/
border-color: #DFEFFF #6AB5FF #6AB5FF #DFEFFF;
}

table.nrNoBorder {
border-collapse: collapse; 
border: 0px solid; 
/*blue border-color: #AADDFF #0099FF #0099FF #AADDFF;*/
border-color: #D6D3CE #0099FF #0099FF #D6D3CE;
}

.nrNoLines { background: #99CCFF; /*blue background: #66CCFF;*/
vertical-align: top;
/*blue  border-color: #0099FF; */ 
border-color: #0099FF; 
padding-left: 5px; 
padding-right: 5px; 
padding-top: 2px; 
padding-bottom: 2px; 
border-style: solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px;
font-family: "Times New Roman", Times, serif; 
font-size: small; 

}
.nrNoMargin { background: #99CCFF; /*blue background: #66CCFF;*/
vertical-align: top;
/*blue  border-color: #0099FF; */ 
border-color: #0099FF; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
border-style: solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px;
font-family: "Times New Roman", Times, serif; 
font-size: small; 

}

.nrLines { background: #99CCFF; /*blue background: #66CCFF;*/
vertical-align: top;
/*blue  border-color: #0099FF; */ 
border-color: #0099FF; 
padding-left: 5px; 
padding-right: 5px; 
padding-top: 2px; 
padding-bottom: 2px; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
font-family: "Times New Roman", Times, serif; 
font-size: small; 

}

.heading4  { 
text-transform: capitalize;
font-style: normal;
font-weight: bold;
color: #003366;
; font-variant: normal} A:active  { 

color: #003399;
background: transparent;
 } 
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 1.2em;
	color: #003366;
	margin: 0.5em 0.5em 0em;
}
.captiontext {
	font-size: x-small;
	font-weight: normal;
	color: #0000CC;
}
.floatleft {

float: left;
width: 103px;
margin: 0.5em 1em 0.5em 0.5em;
background-color: #CCCCCC;
padding: 0.5em;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}
div.floatleft img {

border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}
