body, textarea { 
	width: 8.5in;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px; 
    color: #450E31;
    line-height: 150%;
    margin: 0;
    padding: 10px;
    
//    SCROLLBAR-FACE-COLOR: #7C566E;
//    SCROLLBAR-HIGHLIGHT-COLOR: #FAF7F9;
//    SCROLLBAR-3DLIGHT-COLOR: #C1AFBA;
//    SCROLLBAR-DARKSHADOW-COLOR: #B9A4B1; 
//    SCROLLBAR-SHADOW-COLOR: #B9A4B1; 
//    SCROLLBAR-ARROW-COLOR: #450E31;
//    SCROLLBAR-TRACK-COLOR: #450E31;

    SCROLLBAR-FACE-COLOR: #ffffff;
    SCROLLBAR-HIGHLIGHT-COLOR: #FAF7F9;
    SCROLLBAR-3DLIGHT-COLOR: #C1AFBA;
    SCROLLBAR-DARKSHADOW-COLOR: #B9A4B1; 
    SCROLLBAR-SHADOW-COLOR: #B9A4B1; 
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #000000;
}

table, tr, td { 
    font-size: 14px; 
    color: #450E31;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}


a:link {
    color: #0000ff;
    text-decoration: underline;
}

a:visited {
    color: #6b2080;
    text-decoration: underline;
}

.navbar a:link {
    color: #ffffff;
    text-decoration: underline;
}

.navbar a:visited {
    color: #ffff00;
    text-decoration: underline;
}

.navbar a:active {
    color: #ffff00;
    text-decoration: underline;
}

.navbar a:hover {
    color: #000000;
    text-decoration: underline;
    background: #ededed;
}

.centered-table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.margin-table {
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.border-table {
    margin: 10px;
    padding: 0px;
    border-width: thick;
}

.navbar-table {
    font-family: "Century Schoolbook", "New Century Schoolbook", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    line-height: 120%;
    margin: 5px;
    padding: 5px;
}

.navbar {
    font-family: "Century Schoolbook", "New Century Schoolbook", Arial, Verdana, sans-serif;
    background-color: #046cab;
    width: 180;
    align: left;
    text-align: left;
    font-weight: bold;
    font-size: 14pt;
    line-height: 120%;
}

.navbar-selected {
    background-color: #ffd2d2;
//    width: 200;
}

.noborder {
    padding: 0px;
    margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.nobordernav {
    padding: 0px;
    margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
    background-color: #046cab;
    font-family: "Century Schoolbook", "New Century Schoolbook", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    line-height: 120%;
}

H1	{
    margin-top: 0em;
    margin-bottom: 0em;
    font-weight: bold;
    font-size: 18px; 
/*	text-align: center; */
    line-height: 150%;
}

H2	{
    margin-top: 0em;
    margin-bottom: 0em;
    font-weight: bold;
    font-size: 14px; 
	text-align: center;
    line-height: 100%;
}

H3	{
    margin-top: 0em;
    margin-bottom: 0em;
    font-weight: bold;
    font-size: 8px; 
	text-align: center;
    line-height: 150%;
}