<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
	background-color: #ffffff;
	color: #212121;
	margin-top: 0px;
}


input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #e3e1db;
	border-width: 0 0 1px 0;
	
}

#header h1 {
	width: 100;
	margin: 15px 30px 15px 30px;
	padding: 0 0 0 0;
}

#main {
	margin-top: 10px;
	margin-left: 00px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	background-color: white;
	width:60%;
	font-family: Trebuchet MS;
	color: #72694f;
	border-style: solid;
	border-color: #e3e1db;
	border-width: 0 1px 0 1px;

} 



         


#main h2 {
	padding-left: 28px;
	color: #212121;
}

#main h3 {
	padding-left: 0px;
	color: #173962 ;
}

td.tocGalleys {
	padding-right: 0px;
}

#navbar {
	margin-left: 5px;
	padding-left: 10px;
	font-weight: normal;
	border: 0px;
	font-family: Trebuchet MS;
	background-color: #ffffff;
	font-size: 1.1em;
	border-style: solid;
	border-color: #e3e1db;
	border-width: 0 0 1px 0;

	}
	
#navbar a:link {
	color: #b51c0f;
	text-decoration: none;
}

#navbar a:visited {
	color: #b51c0f;
	text-decoration: none;
} 

#navbar a:hover {
	color: #b51c0f;
	text-decoration: none;
	background-color: #f9f5dc;
	
}

#navbar a:active {
	color: #b51c0f;
	text-decoration: none;
	background-color: #f9f5dc;
}


#breadcrumb {
	background-color: #ffffff;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0px;
	color: #173962;
	font-family: Trebuchet MS;
	font-size: 14px;
}

#breadcrumb a:link {
	color: #173962;
}

#breadcrumb a:visited {
	color: #173962;
}

#breadcrumb a:active {
	color: #b51c0f;
	background-color: #ffffff;
}

#breadcrumb a:hover {
	color: #b51c0f;
	background-color: #ffffff;
}

#content {
	color: #212121;
	margin: 15px;
	padding-left: 15px;
	padding-right: 20px;
	border-top: 0px dotted #000;
	font-size: 13px;
}


#content a:link {
	color: #173962;
	text-decoration: none;
}

#content a:visited {
	color: #173962 ;
	text-decoration: none;
} 

#content a:hover {
	color: #b51c0f;
	text-decoration: none;
	background-color: #ffffff;
	
}

#content a:active {
	color: #b51c0f;
	text-decoration: none;
	background-color: #ffffff;
}

#leftSidebar {
	color: #212121;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	width: 16%;
	background-color:#ffffff;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Trebuchet MS;
	font-size: 0.78em;
}
#rightSidebar {
	color: #212121;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 25px;
	width: 16%;
	background-color:#ffffff;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0x;
	padding-bottom: 0px;
	font-family: Trebuchet MS;
	font-size: 0.8em;
	

}

#leftSidebar a:link {
	color: #173962;
	text-decoration: none;
}

#leftSidebar a:visited {
	color: #173962;
	text-decoration: none;
} 

#leftSidebar a:hover {
	color: #173962;
	text-decoration: none;
	background-color: #ffffff;
	
}

#leftSidebar a:active {
	color: #173962;
	text-decoration: none;
	background-color: #ffffff;
}




#rightSidebar a:link {
	color: #b51c0f;
	text-decoration: none;
}

#rightSidebar a:visited {
	color: #b51c0f;
	text-decoration: none;
} 

#rightSidebar a:hover {
	color: #b51c0f;
	text-decoration: none;
	background-color: #f9f5dc;
	
}

#rightSidebar a:active {
	color: #b51c0f;
	text-decoration: none;
	background-color: #f9f5dc;
}

#rightSidebar .myButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#b51d0f;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
#rightSidebar .myButton:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
#rightSidebar .myButton:active {
	position:relative;
	top:1px;
}
</pre></body></html>