body {
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: white;
	scrollbar-base-color: #3F3F37; 
	scrollbar-face-color: #BDB7A9; 
	scrollbar-track-color: #3F3F37; 
	scrollbar-arrow-color: #3F3F37;
	scrollbar-highlight-color: #686F5F; 
	scrollbar-3dlight-color: #3F3F37; 
	scrollbar-shadow-color: #3F3F37;
	scrollbar-darkshadow-color: #3F3F37;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}


.left {	
background-color: black;
}

.MainTable {
	background-color: darkgray;
	border: 1px ridge gray;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

.MainMenuRowAlt {
	background-color: transparent;
	font-weight: bold;
	font-size: 8pt;
	color: red;
	text-decoration: none;
}

.MainMenuRow {
	background-color: dimgray;
	font-weight: normal;
	font-size: 8pt;
	color: Mintcream;
	text-decoration: normal;
}

.MainMenuLink {
	background-color: transparent;
	font-weight: bold;
	font-size: 8pt;
	color: 000000;
	text-decoration: underline;
}

.BoardColumn {
	background-color: navy;
	border: 1px ridge gray;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}

.BoardColumnLink {
	background-color: transparent;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	text-decoration: underline;
}

.BoardRowA {
	background-color: navy;
	border: 1px ridge gray;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

.BoardRowALink {
	background-color: transparent;	
	font-weight: normal;
	font-size: 10pt;
	color: black;
	text-decoration: normal;
}

.BoardRowB {
	background-color: ebe4e4;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}

.BoardRowBLink {
	background-color: transparent;
	font-weight: normal;
	font-size: 8pt;
	color: darkred;
	text-decoration: underline;
}

.SubjectLink {
	background-color: transparent;	
	font-weight: bold;
	font-size: 10pt;
	color: black;
	text-decoration: underline;
}

a.SubjectLink {
	background-color: transparent;	
	font-weight: bold;
	font-size: 10pt;
	color: black;
	text-decoration: underline;
}

a.SubjectLink:active {
	background-color: transparent;	
	font-weight: bold;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}

a.SubjectLink:visited {
	background-color: transparent;	
	font-weight: normal;
	font-size: 10pt;
	color: darkgray;
	text-decoration: none;
}

.AuthorLink {
	background-color: gray;
	border: 1px ridge black;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	text-decoration: none
}

.VersionText {
	background-color: transparent;	
	font-weight: normal;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

.InputSection {
	background-color: transparent;	
	font-weight: bold;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}

.InputNotes {
	background-color: transparent;	
	font-weight: normal;
	font-size: 9pt;
	color: midnightblue;
	text-decoration: none;
	width: 65%;
}

.SignatureTitle {
	background-color: transparent;	
	font-weight: bold;
	font-size: 8pt;
	color: darkred
	text-decoration: none;
}

.SignatureText {
	background-color: transparent;	
	font-weight: normal;
	font-size: 8pt;
	color: darkred;
	text-decoration: none;
}