﻿/*Styles*/
html {
	background-color: #FFFFFF;
	text-decoration: none;

scrollbar-base-color:#990033;
scrollbar-arrow-color:aqua; 
scrollbar-track-color:white; 
scrollbar-shadow-color:#990033;
scrollbar-face-color:#990033; 
scrollbar-highlight-color:white; 
scrollbar-darkshadow-color:aqua; 
scrollbar-3dlight-color:aqua; 
}

/*Table - right border*/
.contentsTable {
	border-left-color: white;
	border-right-width: 1px;
	border-style: solid;
	border-right-color: black;
	border-top-color: white;
	border-bottom-color: white;
	background-color: #FFFFFF;
	text-decoration: none;
}


/*Table row white*/
.rw {
	font-family: "Times New Roman";
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
/*Anker row white*/
.rwa:hover {
	font-family: "Times New Roman";
	font-size: 11pt;
	color: #FFFFFF;
	background-color: maroon;
	text-decoration: none;
}


/*Table row white italic bold heading*/
.rwh {
	font-family: "Times New Roman";
	font-size: medium;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
