.junk {
}
P, DIV, TD, UL, LI, SPAN {
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
	font-size: 11px;
}
INPUT, TEXTAREA, SELECT {
    border: 1px solid #316AC5;
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	line-height: 12px;
}
BODY {
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
    font-size: 0.75em;
    background: white;
    color: #303030;
}
A {
    text-decoration: none;
    font-weight: normal;
    color: #003873;
}
A:hover {
   text-decoration: underline;
   font-weight: inherit;
   color: #008CD6;
}

A:visited {
   font-weight: normal;
}
A.footer {
    COLOR: #666666;
}
A.box {
    COLOR: #666666;
}
A.boxInternal {
    COLOR: #666666;
}
.logo {
    FONT-WEIGHT: normal;
    FONT-SIZE: 16pt;
    COLOR: #ffffff;
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
}
.dotJToolbar {
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
    border: 1px solid white;
    border-right-color: gray;
    border-bottom-color: gray;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #FF6600;
}
.toolbarHover {
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
    border: 1px solid white;
    border-right-color: gray;
    border-bottom-color: gray;
    COLOR: #727272;
    BACKGROUND-COLOR: #FFBC8F;
    cursor: pointer;
}
.topbar {
    BACKGROUND-COLOR: #213EA6;
    border: 1px solid #213EA6;
}

.header {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: dimgray;
}
.subheader {
    FONT-WEIGHT: bold;
    COLOR: #003366;
}
.tagLine {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    FONT-STYLE: italic;
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
}
.tableHeader, .tableCol1, .tableCol2, .tableCol3, .tableCol4 {
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	line-height: 14px;
    border: 1px solid #9EBFF6;
    padding: 4px 7px;
    background: #ffffff url( "/images/bg.toolscell.gif" ) no-repeat;
    color: #0C4B7B;
}
.tableHeader {
    FONT-WEIGHT: bold;
    background: #E4EEFD url( "/images/BlueGradient.gif" ) repeat-x;
}
.tableCol1 {
	background-color: #CEDEFA;
}
.tableCol2 {
	background-color: #E4EEFD;
}
.tableCol4 {
    BACKGROUND-COLOR: #FFFBEB;
}
.keyword {
    font-size: 9pt;
    FONT-WEIGHT: bold;
    COLOR: #333333;
}
.allButtons, .allButtonsHover {
    border: 1px solid #316AC5;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: capitalize;
    COLOR: #000000;
    LINE-HEIGHT: 0.85;
    PADDING-TOP: 3px;
    font-family: Tahoma,Helvetica,Verdana,sans-serif;
    background: #ffffff url( "/images/buttonBg.gif" ) repeat-x;
}
.allButtonsHover {
    COLOR: #003399;
    border-top-color: #FA9416;
}
.HRBlue {
    Z-INDEX: 1;
    OVERFLOW: hidden;
    WIDTH: 100%;
    CLIP: rect(0px 100% 1px 0px);
    POSITION: relative;
    HEIGHT: 1px;
    BACKGROUND-COLOR: #000033;
}
.HRGold {
    Z-INDEX: 1;
    OVERFLOW: hidden;
    WIDTH: 100%;
    CLIP: rect(0px 100% 2px 0px);
    POSITION: relative;
    HEIGHT: 2px;
    BACKGROUND-COLOR: #FF914A;
}

.tooltip {
    white-space: nowrap;
    width:auto;
    color:black;
    background-color:#ffffe1;
    border:1px solid #000000;
    padding: 2px;
}

td.code { padding-left:25; color:darkblue; font-family:"courier new",monospace; }
div.code { color:darkblue;padding-left:25; font-family:"courier new",monospace; }
span.code { font-family:"courier new",monospace; }
