*
{
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:  normal;
}

body
{
    background-color: #FFFACD;
    color:  #2F4F4F;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
table
{
    color:  #FFFACD;
    background-color: #FFFACD;
    width: 100%;
}
td
{
    border: #FFFACD solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:  normal;
    color:  #2F4F4F;
    background-color: #FFFACD;
    padding: 0px 1px 0px 1px; 
}
th
{
    border: #2F4F4F 1px solid;
    font-size: 9pt;
    color:  #2F4F4F;
    background-color: #A9A9A9;
}
thead
{
}
h1
{
    font-size: 18pt;
}

h2
{
    font-size: 12pt;
    font-variant:  small-caps;
}

h3
{
    font-size: 12pt;
}

h4
{
    font-size: 10pt;
    font-variant:  small-caps;
}

h5
{
    color: white;
    background-color: #336699;
}

h6
{
    font-size: 10pt;
    font-style: italic;
}

p
{
}
caption
{
    font-style: italic;
}

a
{
    background-color: inherit;
    color: #2F4F4F;
}
a:link
{
    background-color: inherit;
    color: #2F4F4F;
}
a:visited
{
    background-color: inherit;
    color: #2F4F4F;
}
a:hover
{
    background-color: inherit;
	color: blue;
}
hr
{
    background-color: inherit;
    color: #2F4F4F;
}
textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:  normal;
    background-color: white;
    color: #2F4F4F;
}
input
{
    padding: 1px 1px 1px 3px;
}
