<!-- 
/* BODY FONT AND SIZE */
body {
font-family: Century Gothic, Arial, sans-serif;
font-size: 10pt;
color: #000000;
margin-top:10px;
margin-bottom:10px;
background-image: url('http://www.pinkdaisydesign.com/images/cocoa/cocoabg.gif');
}

/* ANCHOR STYLES */
a:link {
color: #fab4b4;
font-weight: normal; 
text-decoration: none;
}     /* unvisited link */

a:visited {
color: #fab4b4;
font-weight: normal; 
text-decoration: none;
}  /* visited link */

a:hover {
color: #aa733a;
font-weight: normal; 
text-decoration: none;
}   /* mouse over link */

a:active {
color: #fab4b4;
font-weight: normal; 
text-decoration: none;
}   /* selected link */

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

td { 
font-family: Century Gothic, Arial, sans-serif;
font-size: 10pt; 
}

/* MAIN TABLE */
table.main {
border: 0px;
} 

/* PAGE LINK */
.pagelinkcolor, a.pagelinkcolor:link { 
color: #5e3320; 
font-weight: normal;
text-decoration: none; 
}

a.pagelinkcolor:visited, a.pagelinkcolor:active { 
color: #5e3320; 
font-weight: normal; 
text-decoration: none; 
}

a.pagelinkcolor:hover { 
color: #aa733a; 
font-weight: normal; 
text-decoration: none; 
}

.sel_pagelinkcolor, a.sel_pagelinkcolor:link { 
color: #5e3320; 
font-weight: normal; 
text-decoration: none; 
}

a.sel_pagelinkcolor:visited, a.sel_pagelinkcolor:active { 
color: #5e3320; 
font-weight: normal; 
text-decoration: none; 
}

a.sel_pagelinkcolor:hover { 
color: #aa733a; 
font-weight: normal; 
text-decoration: none; 
}

/* CATEGORIES */
.catcolor, a.catcolor:link { 
color: #5e3320; 
font-weight: normal;
text-decoration: none; 
}

a.catcolor:visited, a.catcolor:active { 
color: #5e3320; 
font-weight: normal; 
text-decoration: none; 
}

a.catcolor:hover { 
color: #aa733a; 
font-weight: normal; 
text-decoration: none; 
}

.sel_catcolor, a.sel_catcolor:link { 
color: #5e3320; 
font-weight: normal; 
text-decoration: none; 
}

a.sel_catcolor:visited, a.sel_catcolor:active { 
color: #5e3320; 
font-weight: normal; 
text-decoration: none; 
}

a.sel_catcolor:hover { 
color: #aa733a; 
font-weight: normal; 
text-decoration: none; 
}

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

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

/* table category list */
#categorylist {
padding: 10px 5px 10px 5px;
width: 200px;
text-align: left;
vertical-align: top;
background-color: #FFFFFF;
}

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

/*FOOTER*/
td.footer {
background-color: #FFFFFF;
height: 20px;
}

// -->