<!-- 
/* BODY FONT AND SIZE */
body {
font-family: Georgia, Times New Roman, serif;
font-size: 10pt;
color: #000000;
margin-top:10px;
margin-bottom:10px;
background-color: #add8f7;
background-image: url('http://www.tnmomof2.com/images/dbluetemplate/dbluebg.jpg');
background-repeat: repeat-x;
background-position: 0% 70%;
background-attachment: fixed;
}

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

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

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

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

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

td { 
font-family: Georgia, Times New Roman, serif;
font-size: 10pt; 
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td.navbar a:link {color: #000000}     /* unvisited link */
td.navbar a:visited {color: #000000}  /* visited link */
td.navbar a:hover {color: #4aa1de}   /* mouse over link */
td.navbar a:active {color: #000000}   /* selected link */

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

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

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

/* SEARCH BUTTONS AND LINKS */
.formbutton { 
color: #000000; 
background-color: #add8f7; 
border: 1px solid #000000; 
}


// -->