body
{
	color: black;
	background-color: white;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Veranda, Garamond, Arial;
}

h1
{
	font-size: 2em;
	font-weight: bold;
    color: black;
    font-family: Tahoma, Veranda, Garamond, Arial;
}

h2
{
    font-size: 1.8em;
    font-weight: bold;
    color: black;
    font-family: Tahoma, Veranda, Garamond, Arial;
}

h3
{
	font-size: 1.6em;
	font-weight: bold;
    color: black;
    font-family: Tahoma, Veranda, Garamond, Arial;
}

h4
{
	font-size: 1.4em;
	font-weight: bold;
    color: black;
    font-family: Tahoma, Veranda, Garamond, Arial;
}

h5
{
	font-size: 1.25em;
	font-weight: bold;
    color: black;
    font-family: Tahoma, Veranda, Garamond, Arial;
}

h6
{
	font-size: 1.1em;
	font-weight: bold;
    color: black;
    font-family: Tahoma, Veranda, Garamond, Arial;
}

p
{
    color: black;
    font-size: 1em;
    line-height: 1.4em;
    font-family: Tahoma, Veranda, Garamond, Arial;
}

li
{
    color: black;
    font-size: 1em;
    font-family: Tahoma, Veranda, Garamond, Arial;
}

/* ---------------------------------------
					CLASSES
--------------------------------------- */

.leftnav a:link
{
	color: #99CC66;
	font-weight: bold;
	text-decoration: underline;
	font-family: Tahoma, Veranda, Garamond, Arial;
}

.leftnav a:visited
{
    color: #99CC66;
	font-weight: bold;
    text-decoration: underline;
}

.leftnav a:focus
{
	color: #99CC66;
	font-weight: bold;
	text-decoration: none;
}

.leftnav a:hover
{
    color: #99CC66;
	font-weight: bold;
    text-decoration: none;
}

.leftnav a:active
{
	color: #99CC66;
	font-weight: bold;
	text-decoration: none;
}

/* ---------------------------------------
					IDS
--------------------------------------- */


/* ---------------------------------------
				LINK STYLES
--------------------------------------- */

a:link
{
    color: #009933;
    text-decoration: underline;
    font-family: Tahoma, Veranda, Garamond, Arial;
}

a:visited
{
    color: #336600;
    text-decoration: none;
}

a:focus
{
	color: #336600;
	text-decoration: underline;
}

a:hover
{
    color: #336600;
    text-decoration: underline;
}

a:active
{
	color: #336600;
	text-decoration: underline;
}
