body {
    font-family: Arial;
    color: #000000;
}

table.one {
	border-style: solid;
	border-color: #000000;
}

html { min-height: 100%; margin-bottom: 1px; } /*  Thanks to Daniel Gill, who suggested this 'page shift' fix */

html { overflow: -moz-scrollbars-vertical !important; } /* Force the vertical side-bar only, again to avoid 'page shift', thanks to www.communitymx.com/content/article.cfm?cid=528a0 */

a:link {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #000000;
    background-color: #E8E8E8;
}

a:active {
    color: #000000;
    font-weight: bold;
}

a:visited {
    color: #000000;
}
em {
	font-size: smaller;
}
.nav {
	color: #000000;
	font-size:  smaller;
}
.brdcrumb {
   	color: #000000;
	font-size: smaller;
}
.bodytxt {
	color: #000000;
	font-size: smaller;
}
#cpyrght {
    font-size: x-small;
    text-align: center;
}
ul.decimal {
    list-style-type: decimal
}
ul.circle {
	list-style-type: circle
}
