.field-title {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #696969; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.field-text {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.grid-title {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #696969; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; border-bottom-style: solid; border-bottom-width: 1px
}
.grid-text {
	FONT-SIZE: 11px; COLOR: #696969;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; border-bottom-style: solid; border-bottom-width: 1px
}

/* hyperlink style for the site links */
A:link {
    text-decoration:    none;
    color:#B7820F;
}

A:visited  {
    text-decoration:    none;
    color:#B7820F;
}

A:active   {
    text-decoration:    none;
    color:#B7820F;
}

A:hover    {
    text-decoration:    none;
    color:#B7820F;
}

/* Button */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.H0    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}   

.H1    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}
.H2    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #6699FF;
}
.H2R    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.H3    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
}
.text    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: black;
}