<!-- 
/* BODY FONT AND SIZE */
body {
font-family: Century Gothic, sans-serif;
font-size: 10pt;
color: #4d321e;
margin-top:10px;
margin-bottom:10px;
background-image: url("http://pinkdaisydesign.com/images/green/greenbg.gif");
}

/* ANCHOR STYLES */
a:link {color: #64455b}     /* unvisited link */
a:visited {color: #64455b}  /* visited link */
a:hover {color: #4d321e}   /* mouse over link */
a:active {color: #64455b}   /* selected link */

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

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

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

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

a.pagelinkcolor:visited, a.pagelinkcolor:hover, a.pagelinkcolor:active { 
color: #64455b; 
font-weight: normal; 
text-decoration: none; 
}

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

a.sel_pagelinkcolor:visited, a.sel_pagelinkcolor:hover, a.sel_pagelinkcolor:active { 
color: #64455b; 
font-weight: normal; 
text-decoration: none; 
}

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

a.catcolor:visited, a.catcolor:hover, a.catcolor:active { 
color: #64455b; 
font-weight: normal; 
text-decoration: none; 
}

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

a.sel_catcolor:visited, a.sel_catcolor:hover, a.sel_catcolor:active { 
color: #64455b; 
font-weight: normal; 
text-decoration: none; 
}

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

td.navbar a:link {color: #4d321e}     /* unvisited link */
td.navbar a:visited {color: #4d321e}  /* visited link */
td.navbar a:hover {color: #64455b}   /* mouse over link */
td.navbar a:active {color: #64455b}   /* 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;
}

// -->