@charset "utf-8";
/* CSS Document */
a.link-style1 {font-family:Verdana, Geneva, sans-serif;}
a.link-style1 {font-size: 10px;}
a.link-style1 {font-weight: bold;}
a.link-style1 {font-style: normal;}
a.link-style1 {text-decoration: none;}
a.link-style1 {color:#C16100;}    /* unvisited link */
a.link-style1:visited {color:#C16100;} /* visited link */
a.link-style1:hover {color:gray;}   /* mouse over link */
a.link-style1:active {color:#C16100;}  /* selected link */

a.link-style2 {font-family:Verdana, Geneva, sans-serif;}
a.link-style2 {font-size: 8px;}
a.link-style2 {font-weight: normal;}
a.link-style2 {font-style: normal;}
a.link-style2 {text-decoration: none;}
a.link-style2 {color:orange;}    /* unvisited link */
a.link-style2:visited {color:orange;} /* visited link */
a.link-style2:hover {color:grey;}   /* mouse over link */
a.link-style2:active {color:grey;}  /* selected link */

a.link-style3 {font-family:Verdana, Geneva, sans-serif;}
a.link-style3 {font-size: 10px;}
a.link-style3 {font-weight: thin;}
a.link-style3 {font-style: normal;}
a.link-style3 {text-decoration: none;}
a.link-style3 {color:gray;}    /* unvisited link */
a.link-style3:visited {color:gray;} /* visited link */
a.link-style3:hover {color:skyblue;}   /* mouse over link */
a.link-style3:active {color:gray;}  /* selected link */




@media print
{
    #pager,
    form,
    .no-print
    {
        display: none !important;
        height: 0;
		visibility: hidden;
    }


    .no-print, .no-print *{
        display: none !important;
        height: 0;
		visibility: hidden;
    }
}