body { 
        background-color: #FFFFFF; 
        color: #000000; 
}

a, A:link { 
        font-family: "verdana"; 
        font-size: xx-small; 
        color: #9A1718; 
        font-weight: bold;
        text-decoration: none;
}
A:active { 
        font-family: "verdana"; 
        font-size: xx-small; 
        color: #9A1718; 
        font-weight: bold;
        text-decoration: none;
}
A:visited { 
        font-family: "verdana"; 
        font-size: xx-small; 
        color: #9A1718; 
        font-weight: bold;
        text-decoration: none;
}
A:hover { 
        font-family: "verdana"; 
        font-size: xx-small; 
        color: #9A1718; 
        font-weight: bold;
        text-decoration: none;
}
A.plainLink { 
        font-weight: normal;
}
A.plainLink:active { 
        font-weight: normal;
}
A.plainLink:visited { 
        font-weight: normal;
}
A.plainLink:hover { 
        font-weight: normal;
}

TABLE { 
        font-family: "verdana"; 
        font-size: xx-small; 
        color: #484848;
}

blockquote {
        margin-top: 0;
        margin-bottom: 0;
}

ul {
        margin-top: 0;
        margin-bottom: 0;
}

li { 
        margin-top: 5;
        margin-bottom: 5;
}

h5 { 
        margin-bottom: 5;
}

input {
        font-family: "verdana";
        font-size: 100%;
        color: #484848;
}
input.button {
        /*background-color: #AEB86F; */
        font-family: "verdana"; 
        font-size: 100%;
        /*color: white;*/
        font-weight: bold; 
}
textarea {
        font-family: "verdana";
        font-size: 100%;
        color: #484848;
}

.searchForm {
        font-family: "verdana";
        font-size: 100%;
        color: #484848;
        border-color: #CCD0AC;
        border-style: dotted;
}

.kbForm {
        font-family: "verdana";
        font-size: 100%;
        color: #484848;
        width: 100%;
}
select {
        font-family: "verdana";
        font-size: 100%;
        color: #484848;
}
.fileUpload {
    BORDER-RIGHT: #D4D0C8 1px solid;
    BORDER-TOP: #D4D0C8 1px solid;
    BORDER-LEFT: #D4D0C8 1px solid;
    BORDER-BOTTOM: #D4D0C8 1px solid;
        font-size: 100%;
        font-family: "verdana";
    COLOR: black;
    BACKGROUND-COLOR: white
}

.highlight { 
        font-family: "verdana"; 
        font-size: xx-small; 
        color: red; 
        font-weight: bold;
}

.pageTitle {
        /*background-color: #000000; */
        font-size: small; 
        color: #FFFFFF; 
}

.infoBar {
        background-color: #FFFFFF; 
        font-size: x-small; 
        color: #AEACA4; 
}

.navBar {
        background-color: #FFFFFF; 
        background-image:url(images/WWW/background.gif);
        background-repeat:repeat-x;
        font-size: x-small; 
        font-weight:bold;
        color: #C4C1B2; 
}

.navMenu {
        background-color: #F0EDE6; 
        font-size: xx-small; 
        color: #000000; 
}

.navHighlight {
        background-color: #D6D7C9; 
}

.tableSeparator {
        background-color: #C4C1B2; 
}

.footerBar {
        background-color: #FFFFFF; 
        font-size: xx-small; 
        color: #AEACA4; 
}

.manageYourAccount
{
	color:#B5534F;
	font-size:small;
}

 A.manageYourAccount:link { 
        font-family: "verdana"; 
        font-size: small; 
        color: #B5534F; 
        font-weight: bold;
        text-decoration: none;
}
A.manageYourAccount:active { 
        font-family: "verdana"; 
        font-size: small; 
        color: #B5534F; 
        font-weight: bold;
        text-decoration: none;
}
A.manageYourAccount:visited { 
        font-family: "verdana"; 
        font-size: small; 
        color: #B5534F; 
        font-weight: bold;
        text-decoration: none;
}
A.manageYourAccount:hover { 
        font-family: "verdana"; 
        font-size: small; 
        color: #B5534F; 
        font-weight: bold;
        text-decoration: none;
}

.pageTitle_sub1 {
        background-color: #FFFFFF; 
}
.pageTitle_sub2 {
        background-color: #C4C1B2; 
}


.sectionTitle {
        background-color: #9A1718; 
        font-size: xx-small; 
        color: #FFFFFF; 
}

.sectionExpanded {
        display:block;
        border:1px solid #9A1718;
	border-top: 0px; 
        background:#F4F2EE;
        padding:20px;
}

.expandable {
        display:none;
        border:1px solid #9A1718;
	border-top: 0px; 
        background:#F4F2EE;
        padding:20px;
}

.sectionBackground {
        background:#F4F2EE;
}

.kbHighlight {
        background-color: yellow; 
        color: #000000; 
        font-weight: bold;
}


h5.kbDetails {
	color: blue;
}

/* ========== Page menu (left-side) ========== */


#page-menu, #page-menu ul {
    background-color: #F0EDE6;
    padding: 0;
    margin: 0;
    z-index: 1;
}

#page-menu li {
    /* all list items */
		margin: 0;
		padding: 0;
    position: relative;
    line-height: 2.2em;
    list-style-type: none;
}

#page-menu li a:link {
    display: block;
    background-color: #F0EDE6;
    cursor: hand;
    cursor: pointer;
}

#page-menu, #page-menu ul, #page-menu li, #page-menu li a:link {
		width: 16em;
}

#page-menu li.menu-parent, #page-menu li.menu-parent a:link {
    background: url(images/arrow-right.gif) no-repeat right;
}
#page-menu li.menu-parent li a:link {
    background-image: none;
}

#page-menu li ul {
    /* second-level lists */
    position: absolute;
    left: -999em;
    margin-left: 15em; /* 1 em less then parent width */
    border: 2px solid #CCD0AC;
    border-top-width: 1px;
}

#page-menu li li {
    border-top: 1px solid #CCD0AC;
    width: 25em;
    padding-left: .5em;
}

/* 3-tier menu rules */
#page-menu li li li,
#page-menu li li ul {
    display: none;
}

#page-menu li li:hover li,
#page-menu li li:hover ul,
#page-menu li li.sfhover li,
#page-menu li li.sfhover ul {
    display: block;
}

/* for all browsers, including IE */
#page-menu li ul, #page-menu li li a:link {
    width: 24.5em;
}

/* for all browsers, except IE */
#page-menu li>ul, #page-menu li li>a:link {
    width: 25.5em;
}

#page-menu li:hover, #page-menu li.sfhover, #page-menu li a:hover {
    background-color: #D2D0C9;
    z-index: 2;
    text-decoration: none;
}

#page-menu li:hover ul, #page-menu li.sfhover ul {
    /* lists nested under hovered list items */
    left: 0;
    top: 0;
    z-index: 2;
}

/* 3rd level menu */
#page-menu li li ul {
		margin-left: 24em;
}

.nf-red {
	color: #BD3447;
}

.nf-header1
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.nf-header1red
{
	color: #BD3447;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.nf-header2
{
	font-family: Verdana;
	font-size: 10pt;
}

.nf-body
{
	font-family: Verdana;
	font-size: 7.5pt;
}

.nf-link
{
	font-family: Verdana;
	font-size: 8pt;
	color: #BD3447;
}

.linkLight { 
        font-family: "verdana"; 
        font-size: 14;
        color: #9A1718; 
        font-weight: bold;
        text-decoration: none;
}