/*scroll bar colouring.*/
BODY {
	scrollbar-arrow-color: black;
	scrollbar-base-color: black;
	scrollbar-shadow-color: #e0e0e0;
	scrollbar-face-color: #ffff9c;
	scrollbar-highlight-color: silver;
	scrollbar-dark-shadow-color:black;
	scrollbar-3d-light-color: white;
	font-family: Arial, Helvetica, sans-serif;

}
/* START This is used by popup3 for the in line tool timps */
.navtext {
width:150px;
font-size:14pt;
border-width:4px;
border-style:outset;
border-color:darkgray;
layer-background-color:#ffffcc;
background-color:#ffffcc;
color:black;
}
/* End This is used by popup3 for the in line tool timps */

/* start This is used with popup3 for the in line tool timps when no link is assigned with the sheet*/
a.nonav:link{
	text-decoration : none;
	font-style : italic;
	color : blue;
	font-weight : normal;
}
a.nonav:visited{
	text-decoration : none;
	font-style : italic;
	color : blue;
	font-weight : normal;
}
a.nonav:active{
	text-decoration : none;
	font-style : italic;
	background-color:#ffffcc;
	color:red;
	font-weight : normal;
}
a.nonav:hover{
	text-decoration : none;
	font-style : italic;
	background-color:#ffffcc;
	color: red;
	font-weight : normal;
}
/* END This is used with popup3 for the in line tool timps when no link is assigned with the sheet*/

.table_head {
	background-color : #616161;
	font: normal 14pt Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ffffc6
}
.table_row1 {
	background-color : #c6eff7;
	font: normal 11pt Arial, Helvetica, sans-serif;
	text-align:left;
	color:black
}
.table_row2 {
	background-color : white;
	font: normal 11pt Arial, Helvetica, sans-serif;
	text-align:left;
	color:black
}
.menu_main  {
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
/* this is used be the collapsing menues. */
.menu_sub {
	display:none;
	margin-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.basicHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.medHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bolder;
	color: #006600;
}
.tittle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
.tittle_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
.med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #0000FF;
}
a:link{
color:navy;
}
a:active{
/* background-color:yellow; */
color:blue;
}
a:visited{
color:navy;
}
a:hover{
/* background-color:#EFF3FF; */
color:black;
}
