/* ************************ body ************************ */
body {
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eeeeee;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	scrollbar-base-color: #336699;
	scrollbar-arrow-color: #ffffff;
}

table, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.tall {
    padding: 10px 0px 0px 0px;
    height: 100%;
    background-color: #ffffff;
}

small {
    line-height: 14px;
}

.red {
    color: red;
}

/* *********************** links ************************ */

a:link, a:visited, a:hover, a:active {
    color: #336699;
    text-decoration: underline;
}

.top-nav a:link, .top-nav a:visited, .top-nav a:active {
    color: #000000;
    text-decoration: none;
}
.top-nav a:hover {
    color: #000000;
    text-decoration: underline;
}

/* ******************** nav buttons ********************* */
.menu-button, .menu-button a:link, .menu-button a:active, .menu-button a:visited {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    height: 21px;
}

.menu-button a:hover {
    color: #ffffff;
}


.pagetitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #000000;
}