<!-- 
/* BODY FONT AND SIZE */
body {
font-family: Arial, sans-serif;
font-size: 10pt;
color: #000000;
margin-top:10px;
margin-bottom:10px;
background-color: #3c6b97
}

/* ANCHOR STYLES */
a:link {color: #002f5b}     /* unvisited link */
a:visited {color: #002f5b}  /* visited link */
a:hover {color: #3c6b97}   /* mouse over link */
a:active {color: #3c6b97}   /* selected link */

/* TABLE */
table {
empty-cells: show
} 

/* MAIN TABLE */
table.main {
border: 3px #002f5b solid
} 

/* TOP AND BOTTOM NAV BARS */
td.navbar {
color: #ffffff;
height: 20px;
padding-bottom:2px;
background-color: #002f5b;
font-size: 8pt;
text-align: center
}

td.navbar a:link {color: #ffffff}     /* unvisited link */
td.navbar a:visited {color: #ffffff}  /* visited link */
td.navbar a:hover {color: #3c6b97}   /* mouse over link */
td.navbar a:active {color: #3c6b97}   /* selected link */

/* table category list */
#categorylist {
padding: 10px 5px 10px 5px;
width: 200px;
text-align: left;
vertical-align: top;
border-right: dotted #3c6b97 3px;
background-color: #ffffff
}

/* table with %content% tag */
#tablecontent {
padding: 15px;
font-size: 8pt; 
vertical-align: top;
background-color: #ffffff
}

td { 
font-family: Arial, sans-serif; 
font-size: 8pt; 
}

/* PRODUCT LINK */
.itemcolor { 
color: #002f5b; 
font-weight: normal; 
}

a.itemcolor:hover { 
color: #3c6b97; 
font-weight: normal; 
}

/* MAIN CATEGORY LINK */
.catcolor { 
color: #002f5b; 
font-weight: normal; 
font-size: 8pt; 
line-height: 100%
}

a.catcolor:hover { 
color: #3c6b97; 
font-weight: normal; 
font-size: 8pt; 
}

/* SUBCATEGORY LINK */
.subcatcolor { 
color: #002f5b; 
line-height: 100%
}

a.subcatcolor:hover { 
color: #3c6b97; 
}

/*FOOTER*/
td.footer {
background-image: url("http://pinkdaisydesign.com/images/damask/damaskfooter.jpg");
height: 20px;
}

// -->
