BODY
{
}
A
{
    font-weight: bold;
    COLOR: #00309c;
    TEXT-DECORATION: none
}
.contentText
{
    FONT-SIZE: 9pt;
    COLOR: #636363;
    FONT-FAMILY: Arial, Verdana
}
.textSmall
{
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none;
	COLOR: gray;
}
.blackBorder
{
    border: black 1px solid;    
    margin: 5px;
}
.silverBorder
{
	border-right:silver 1px solid;
	border-bottom:silver 1px solid;
	padding-left: 8px;
	padding-top: 18px;
	padding-right: 18px;
}
.whiteText
{
    FONT-SIZE: 11pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    padding:5px;
}
h1
{
    color:#c38b11;
    font-size:14pt;
    font-family:Verdana;
    line-height:0px;
    font-weight:normal;
}
hr
{
    color:#c38b11;
    height:1px;
}
.navbox
{
    color: white;
    BORDER-right: white 1px solid;
    CURSOR: hand; 
    background: #515151;
}
.navItemHover
{
    COLOR: white;
    BORDER-right: white 1px solid;
    BACKGROUND-COLOR: #c38b11;
    CURSOR: hand; 
}
A:hover
{
    COLOR: #ff0000;
    TEXT-DECORATION: underline
}
.insideTableHeader
{
    background-image:url(images/boxHeaderBG.gif);
    color:#ffffff;
    font-weight:bold;
    color:white;
    border-top:1px solid black;
    border-left:1px solid black;
}