/
table { width: 100%; 
border-width:thin;
border-color:transparent;
}

/* navigation links - link description such as Animal */
/* color white below: link header description 003366*/
td.navlinks {
width: 200px;
background-color: #003333;
vertical-align: top;
font-size:80%;
font-family:"Verdana, Arial, Helvetica, san-serif";
font-weight: bold;
color: white;
}

/* outline around the table*/
table.navlinks {
background: #730818);
}

/* data color for all text not part of navigation links 000080*/
td { color: #730818;
}

/* top of screen where logos are */
table.header { background-color: rgb(255,255,204);
height:50px;
border-color:black;
}

/* title - Pending Animal Registration Screen */
table.headerStatic {width:80%; height:60%}
table.headerNav {text-align:center; font-size:75%; border-color:black;}

td.logo {  text-align: center; width:50px;
font-size:40px;
}

/* background color where data is entered */
table.applicationData { background-color: #ffffcc; color: black;
}


/* bar above where the data is entered - peach line */
table.applicationLinks { background-color: #730818; color: black; width: 100% }


table.footer {background-color: black; text-align: left; cell-spacing: 0; cell-padding: 0;
}

td.footerdesc {vertical-align: top; width: 100%; color: rgb(255,255,204); font-size: 8pt;font-family:"Verdana, Arial, Helvetica, san-serif";
}

body { background: #ffffcc;
       border-width: thin;
border-color:transparent;

font-size:14pt;
font-family: Monospaced;
font: 12pt Courier; 
border-style: ridge;
color: black;
}

.message {  
font-size:14pt;
font-family: Monospaced;
font: 12pt Courier;
}

a:link {color: rgb(255,255,204); text-decoration: underline; font-family:"Verdana, Arial, Helvetica, san-serif";}
a:visited {color: rgb(255,255,204); text-decoration: underline; font-family:"Verdana, Arial, Helvetica, san-serif";}
a:hover {color: rgb(255,255,204); text-decoration: underline; font-family:"Verdana, Arial, Helvetica, san-serif";}

a.headr:link {color: #730818; text-decoration: underline; font-family:"Verdana, Arial, Helvetica, san-serif";}
a.headr:visited {color: #730818; text-decoration: underline; font-family:"Verdana, Arial, Helvetica, san-serif";}
a.headr:hover {color: #730818; text-decoration: underline; font-family:"Verdana, Arial, Helvetica, san-serif";}

