<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
text-align: center;
}
p {text-align: left;}

body {
	margin: 0;
	padding: 0;
	background: #697281;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F1F5F8;
	background-color:#2A2A2A;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}


/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
text-align: center;
}
p {text-align: left;}





#page
{
  margin: 0 auto 0 auto; 
  margin-top:25px;
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  background: url(background.png) repeat-y;
  width: 738px;
}

#header
{
background-image:url(header.png);
background-repeat:no-repeat;
height:111px;
width:738px;
}

#header h1
{
position:relative;
left:30px;
top:25px;
color:#F6F6F6;
text-align:left;
font-size:40px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#header h2
{
position:relative;
left:33px;
top:28px;
color:#2C2C2C;
text-align:left;
font-size:17px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}


#bar
{
background-image:url(bar.png);
background-repeat:no-repeat;
height:55px;
width:750px;
line-height:55px;
padding-left:20px;
padding-right:20px;
}

#bar .link
{
float:left;
height:55px;
}

#bar .link:hover
{
background-image:url(linkrollover.png);
background-repeat:no-repeat;
background-position:center;


}


#bar a
{
	font-size:14px;
	font-weight:bold;
	color:#FBFDFB;
	margin-left:15px;
	margin-right:15px;

}

#bar a:hover
{
color:#999999;
}



.contentTitle
{
width:676px;
height:37px;
margin-top:20px;
margin-left:25px;
margin-right:25px;
margin-bottom:10px;
background-image:url(tab_back.png);
background-repeat:no-repeat;

}

.contentTitle h1
{
margin-left:10px;
padding-top:8px;
font-size:20px;
font-weight:bold;
color:#071027;
}

.comments
{
font-size:11px;
font-style:italic;
}

.contentText
{

	width:680px;
	padding-left:30px;
	padding-right:30px;
	font-size:12px;
	color:#030712;
	line-height:24px;
}

div.exampleboxshadowe {
background-color: #eee;
float:none;
margin: 20px 10px;
padding-left:10px;
padding-right:10px;
height: auto;
text-align: left;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

div.exampleboxshadowequestion {
background-color: #9FF;
float:none;
margin: 20px 10px;
padding-left:10px;
padding-right:10px;
height: auto;
text-align: left;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
div.exampleboxshadowfeedback {
background-color: #9FF;
float:none;
margin: 0px 10px;
padding-left:10px;
padding-right:10px;
height: auto;
text-align: left;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
div.exampleboxshadoweanswer {
background-color: #CF6;
font-size:14px;
float:none;
margin: 20px 50px;
padding-left:10px;
padding-right:10px;
height: auto;
text-align: center;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

a
{
text-decoration:none;
color:#800000;
border-bottom:1px dashed #2A2A2A;
}

a:hover
{
color:#8F8F8F;
border-bottom:1px dotted #2A2A2A;
}


#footer {
	width: 738px;
	height:40px;
	background: url(footer.png) no-repeat;
	text-align:center;
	font-size:9px;
	color:#2A2A2A;
	padding-top:12px;
}

#rounded-corner
{

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 2px solid #000;

}

#rounded-corner td
{
	text-align: left;
	padding: 8px;
	background: #eee;
	border: 2px solid #000;

}

#rounded-corner th
{
	padding: 8px;
	background: #eee;
	border: 2px solid #000;
	text-align: center;
	font-weight:bold;
background: #FBEFEF;
}

#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}


#rounded-navi
{
	border: 2px solid #000;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

#rounded-navi td
{
	padding: 8px;
	background: #FBEFEF;
	border: 2px solid #000;

}

#rounded-navi tbody tr:hover td
{
	background: #F2F2F2;
}

#dbTable1
{

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

#dbTable1 td
{
	text-align: left;
	padding: 8px;
	border: 2px solid #000;
}
#dbTable1  tbody tr:nth-of-type(odd) {
    background: #F3F781;
}

#dbTable1  tbody tr:nth-of-type(even) {
    background: #FAAC58;
}




#dbTable1 th
{
	padding: 8px;
	background: #eee;
	border: 2px solid #000;
	text-align: center;
	font-weight:bold;
background: #FBEFEF;
}

div.lang {
position:relative;	
padding-right:30px;
padding-top:25px;
text-align:right;

}

.shiny-button { 
  color: #ffffff;
  background-color: #3EBD1B; 
  border-color: #000000;
  padding:5px;
  margin:5px; 
  cursor:pointer;
} 
 
</pre></body></html>