<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
09/02/2014 DShved h1 and h2 added 
02/13/2020 DShved templatearea class added to replace table design with css one. 
*/

table.paneltable {
	border: 1px solid #C6C3C6;
	margin-bottom: 20px;
	width: 138px;
}
/* wide table */
table.paneltable2 {
	border: 1px solid #C6C3C6;
	margin-bottom: 20px;
	/* width: 100%; */
}
td.paneltitle{
	background-color: #EFEFEF;
	font-weight: bold;
	padding: 5px 5px 5px 5px
}
td.panel{ 
	font-size: 0.7em; 
	padding: 5px 5px 10px 5px 
}
/* td with larger font*/
td.panel2{ 
	font-size: 0.8em;
	vertical-align : top;	
	padding: 5px 5px 10px 5px;
}
li {
	list-style-image : url(img/li.gif);
	padding-bottom : 10px;
}
a.menu { text-decoration: none;}
a:link { color: #2e618b}
a:visited {	color: #2e618b;}
a:hover { text-decoration: none;}
a.lang {
	text-decoration: none;
	color : #808080;
	font-weight : bold;
	font-size: 8pt;
	font-family: verdana;
}
A.lang:hover {color : #f08a00;}
/* A.lang:visited {color : #808080;} */
.head1, H1 {
	color : #29618c;
	font-weight : bold;
	vertical-align : top;
}
.head2, H2 {
	color : #f08a00;
	font-weight : bold;
	vertical-align : top;
}
td, div, h1, h2{
	font-size: 9pt;
	color: #333333;
	font-family: verdana;
}
.templatearea{
	background-image: url(img/grad1.gif);
	background-repeat : repeat-x;
	border: #c0c0c0 1px solid;
	border-radius: 20px 0px 20px 20px;
	padding: 20px 5px;
}
.gradtable{
	background-image: url(img/grad1.gif);
	background-repeat : repeat-x;
	font-size: 9pt;
	color: #333333;
	font-family: verdana;
	width : 100%;
}
.tabletop{
	border-top: #c0c0c0 1px solid;
	width: 100%;
}
.cell20{
  width: 20px;
	height: 20px;
}
.td_mid{
	border-top: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	vertical-align : top;
	padding-top : 7px;
}
.tablemid{
	border-right: #c0c0c0 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	border-left: #c0c0c0 1px solid;
}
.tablebottom{
	border-bottom: #c0c0c0 1px solid;
	width: 100%;
}
.bar{
	background-image : url(img/head_bar.gif);
	border-top : 1px solid #808080;
	border-bottom : 1px solid #808080;
	padding-right : 5px;
	height : 21px;
}
.bar_text{
	color : #808080;
	font-size: 8pt;
  font-family: Verdana;
}
TD.menu{
	height : 21px;
	padding-left : 16px;
	border-bottom : 1px solid #808080;
	font : bold 8pt Tahoma;
	color : #29618c;
}
TD.menuactive{
	height : 21px;
	background-color : #E0E0E0;
	padding-left : 16px;
	border-bottom : 1px solid #808080;
	font : bold 8pt Tahoma;
	color : #f08a00;
}
TD.menuabar{
	height : 2px;
	background-color : #666666;
}
TD.menutitle{
	height : 17px;
	background-color : #808080;
	font : bold 9pt Tahoma;
	color : White;
	text-align : center;
}
body {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 11px;
}
.notes {
	color : #c6c6c6;
}
</pre></body></html>