/*
	File: links.css

	Copyright by: C. S. Tritt for J. Hunter d.b.a. Future Deco Designs.

	This style sheet specifies link appearances. See also myLib.js.
	Font sizes specified in points for more uniform appearence in FireFox
	and IE.

	Last revised: 1/4/07
*/

a
{
    color: #0414B8;
    border-style: none;
    margin: 0;
    padding: 0;
}

a:link
{
    color: #0414b8;
    border-style: none;
    margin: 0;
    padding: 0;
}

a:active
{
    color: #0414b8;
    border-style: none;
    margin: 0;
    padding: 0;
}

a:visited
{
    color: #0414b8;
    border-style: none;
    margin: 0;
    padding: 0;
}

a:hover
{
    color: #045b04;
    border-style: none;
    margin: 0;
    padding: 0;
}

a.button /* Required to keep links from being underlined. */
{
	text-decoration: none;
	width: 100%;
	FONT-FAMILY: verdana, sans-serif;
   FONT-SIZE: 12pt;
}

a.button:hover
{
	font-weight: bold;
	color: #0414b8;
}

td.spacer /* Sets the space between the nav menu buttons. */
{
	Font-Size: 4pt;
}

td.spacerSelf /* Sets the null space for hidden nav menu buttons. */
{
	 display: none;
}
 
td.button /* Required to give full size background color effects. */
{
    FONT-FAMILY: verdana, sans-serif;
    border-style: outset;
    FONT-SIZE: 12pt;
    TEXT-DECORATION: none;
    background-color: #bcec98;
    border-color: #CCff99;
}

td.buttonSelf /* Used to hide pages own menu choice */
{
	 display: none;
}

button.form:hover  /* bold may not work in IE */
{
	font-weight: bold;
	color: #0414b8;
}

button.form /* Required to give full size background color effects. */
{
    FONT-FAMILY: verdana, sans-serif;
    FONT-SIZE: 12pt;
    border-style: outset;
    TEXT-DECORATION: none;
    background-color: #bcec98;
    border-color: #CCff99;
}