@charset "UTF-8";

body {
    background-image: url(images/daisy_003.jpg);
}

table.width-100p {
    /* <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"> */
    width: 100%;
    border: none;
}

table.width-100p-2-2 {
    /* <table width="100%" border="0" cellspacing="2" cellpadding="2" bgcolor="#FFFFFF"> */
    width: 100%;
    border: none;
}

table.width-100p-2-2 td {
    margin: 2px;
    padding: 2px;
}

table.width-100p-0-2 {
    /* <table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFFFFF"> */
    width: 100%;
    border: none;
}

table.width-100p-0-2 td {
    margin: 0;
    padding: 2px;
}

table.width-500-1-1 {
    /* <table width="500" border="0" cellspacing="1" cellpadding="1"> */
    width: 500px;
}

table.width-500-1-1 td {
    margin: 1px;
    padding: 1px;
}

table.width-500-2-2 {
    /* <table width="500" border="0" cellspacing="2" cellpadding="2"> */
    width: 500px;
}

table.width-500-2-2 td {
    margin: 2px;
    padding: 2px;
}

table.width-70p {
    width: 70%;
    border: none;
    background-color: #ffffff;
}

table.width-70p td {
    padding: 1px;
}

table.width-270 {
    width: 270px;
}

div.div-center {
    text-align: center;
}

div.div-center table {
    margin: 0 auto;
}

.left-top {
    /*    <td class="text-left" valign="top"> */
    text-align: left;
    vertical-align: top;
}

td.w-1-bg-fcc {
    width: 1%;
    background-color: #ffcccc;
}

td.w-98-bg-fff3 {
    width: 98%;
    background-color: #fffff3;
}

td.width-1 {
    width: 1px;
}

td.width-12 {
    width: 12px;
}

td.width-16 {
    width: 12px;
}

td.width-200 {
    width: 200px;
}

td.width-246 {
    width: 246px;
}

td.height-20 {
    height: 20px;
}

td.height-25 {
    height: 25px;
}

td.height-28 {
    height: 28px;
}

td.v-top, tr.v-top {
    vertical-align: top;
}

.abs-bottom {
    vertical-align: bottom;
}

td.nowrap {
    white-space: nowrap;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.bg-faa {
    background-color: #ffaaaa;
}

.bg-ffa {
    background-color: #ffffaa;
}

.bg-fff3 {
    background-color: #fffff3;
}

.bg-fc6 {
    background-color: #ffcc66;
}

.bg-fa6 {
    background-color: #ffaa66;
}

.bg-fe9 {
    background-color: #ffee99;
}

A {
    text-decoration: none
}

A:link, A:visited {
    color: #990000;
}

A:active,A:hover {
    color: #ff0000;
}

body {
    font-size: 13px;
    color: #330000;
}

table {
    font-size: 13px;
    color: #330000;
}

td {
    text-align: left;
}

.assorttitle {
    font-size: 14pt;
    color: #ffffff;
    font-weight: bold
}

.engsmall {
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 9px;
    white-space: nowrap;
    line-height: 10px;
    color: #333333
}

.itemtitle {
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    color: #000033;
    border-color: #ffffff #ffffff #339900;
    border-style: solid;
    border-bottom-width: medium;
    text-align: left;
    white-space: nowrap;
}

.tricklisttitle {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    background-color: #000000;
}

.itemtitless {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: #ffffff;
}

.small-24px {
    font-size: 24px
}

.small-20px {
    font-size: 20px
}

.small-16px {
    font-size: 16px
}

.small-10px {
    font-size: 10px
}

.small-9px {
    font-size: 9px
}
