.unHighlighted
{
    COLOR: black;
    BACKGROUND-COLOR: #fafafa
}
.highlighted
{
    COLOR: black;
    BACKGROUND-COLOR: #cacaca
}
.highlightedMenuItem
{
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #dadada
}
.highlightedPageItem
{
    BACKGROUND-COLOR: #dadada;
    font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #666666;	line-height: 15px
}
.boldPageItem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #666666;	font-weight: bold;	line-height: 15px
}
.largeBoldPageItem
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt
}
.highlightedTableRow
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #eaeaea;
    border-color-light: #000000;
    border-colour-dark: #000000
}
.compulsory
{
    COLOR: red
}
.lightArea
{
    COLOR: black;
    BACKGROUND-COLOR: #fafafa
}
.darkArea
{
    COLOR: white;
    BACKGROUND-COLOR: #eaeaea
}
.buttonArea
{
    COLOR: black;
    BACKGROUND-COLOR: #eaeaea
}
.navLinkFont
{
    COLOR: black
}
.menuLinkFont
{
    COLOR: black
}
.standardLinkFont
{
	font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #666666;	line-height: 15px
}
.highlightedLinkFont
{
    COLOR: purple
}
.menuFont
{
    COLOR: black
}
.boldMenuFont
{
    FONT-WEIGHT: bold;
    COLOR: black
}
.defaultPageLayout
{
    WIDTH: 340pt
}
.reverse
{
    COLOR: black;
    BACKGROUND-COLOR: orange
}
.hideMe
{
    DISPLAY: none;
    FONT-SIZE: 10pt;
    VISIBILITY: hidden;
    POSITION: relative
}
.showMe
{
    DISPLAY: block;
    FONT-SIZE: 10pt;
    VISIBILITY: visible;
    POSITION: relative
}
.hideMe2
{
    DISPLAY: none;
    VISIBILITY: hidden;
    POSITION: relative
}
.showMe2
{
    DISPLAY: block;
    VISIBILITY: visible;
    POSITION: relative
}
