BODY
{
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	
}



H1
{
	font-weight: bold;
	font-size: 20px;
	color: darkgray;
	font-family: Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
}

H2
{
	font-weight: normal;
	font-size: 20px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: dimgray;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: dimgray;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: dimgray;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: dimgray;
}

TFOOT, THEAD
{
	font-size: 12px;
	color: dimgray;
	font-family: Verdana, Helvetica, sans-serif;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: dimgray;
}

A:link
{
	font-size: 10px;
	color: navy;
	text-decoration: none;
}

A:visited
{
	font-size: 10px;
	color: navy;
	text-decoration: none;
}

A:active
{
	font-size: 10px;
	color: navy;
	text-decoration: none;
}

A:hover
{
	font-size: 10px;
	color: red;
	text-decoration: underline;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


.Error
{
	font-weight: normal;
	font-size: 10pt;
	text-transform: none;
	color: red;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.NavHeader
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: capitalize;
	color: dimgray;
	font-style: italic;
	background-color: whitesmoke;
	font-variant: small-caps;
}




.Button
{
	font-size: 10pt;
	cursor: hand;
	font-family: Verdana, Helvetica, sans-serif;
}
.Title
{
	font-size: 16pt;
	color: Red;
	font-family: Verdana, Helvetica, sans-serif;
}
.DataGrid
{
	font-size: 10pt;
	text-transform: capitalize;
	color: dimgray;
	font-style: italic;
	background-color: whitesmoke;
	font-variant: small-caps;
}

.TableHeaderRow
{
	font-size: 10pt;
	text-transform: capitalize;
	color: black;
	font-style: italic;
	background-color: lightgrey;
	font-variant: small-caps;
}


.Normal
{
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	
}
A.Normal:link    
{
	font-size: 10pt;
    text-decoration:    none;
	color: navy;
}

A.Normal:visited 
{
	font-size: 10pt;
    text-decoration:    none;
	color: navy;
}

A.Normal:active  
{
	font-size: 10pt;
    text-decoration:    none;
	color: navy;
}

A.Normal:hover   
{
	font-size: 10pt;
    text-decoration:    underline;
	color: red;
}

.Small
{
	font-weight: normal;
	text-decoration:    none;
	font-size: 6pt;
	font-variant: small-caps;
}
