body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #FF0000;
	scrollbar-track-color: #DDDDDD;
	background-attachment: fixed;

}

  @media print {
    BODY { font-size: 10pt }
  }
  @media screen {
    BODY { font-size: 12pt }
  }
  @media screen, print {
    BODY { line-height: 1.2 }
  }

page {  size: auto;   /* auto is the initial value */
  margin: 1cm;
}



a:link { color: #FF3300; text-decoration: none;}
a:hover { color: #FF0000; text-decoration: underline;}
a:visited { color: #FF3300; text-decoration: none;}
a:active { color: #FF3300; text-decoration: none;}
table {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small;}

a.tabred {  text-decoration: none;}
a.tabred, a.tabred:visited {  color: #FF3300;}
a.tabred:hover {  text-decoration: underline;  color: #FF0000;}

a.tabblk {  text-decoration: none;}
a.tabblk, a.tabblk:visited {  color: #000000;}
a.tabblk:hover {  text-decoration: underline;  color: #000000;}

a.taborange {  text-decoration: none;}
a.taborange, a.taborange:visited {  color: #AA3300;}
a.taborange:hover {  text-decoration: underline;  color: #AA3300;}

a.tabgreen {  text-decoration: none;}
a.tabgreen, a.tabgreen:visited {  color: #006600;}
a.tabgreen:hover {  text-decoration: underline;  color: #006600;}

a.tabblue {  text-decoration: none;}
a.tabblue, a.tabblue:visited {  color: #000099;}
a.tabblue:hover {  text-decoration: underline;  color: #000099;}

a.tabylw {  text-decoration: none;}
a.tabylw, a.tabylw:visited {  color: #996600;}
a.tabylw:hover {  text-decoration: underline;  color: #996600;}

a.tabvlt {  text-decoration: none;}
a.tabvlt, a.tabvlt:visited {  color: #993366;}
a.tabvlt:hover {  text-decoration: underline;  color: #993366;}

a.tabbrwn {  text-decoration: none;}
a.tabbrwn, a.tabbrwn:visited {  color: #663300;}
a.tabbrwn:hover {  text-decoration: underline;  color: #663300;}

.smlfonttbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;

}
.tablebrd {
	border: thin dotted #FF0000;
}
