body
{
   font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FECD8B;
	padding: 0;
	margin: 0;
}

.HeaderRow
{
	background-image: url(images/bkg_header.jpg);
	background-color: #FEA62C;
	background-repeat: repeat-x;
}

.ContentRow
{
	background-color: White;
}

.FooterRow
{
	background-color: #FDA329;
	background-repeat: repeat-x;
	background-image: url(images/bkg_footer.jpg);
}

.LoginRow
{
	background-image: url(images/bkg_menu.jpg);
}

.LeftPane
{
	background-image: url(images/bkg_rose.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-right: 1px solid #FCAB42;
	border-left: 1px solid #FCAB42;
}

.LeftPaneTop
{
	border-right: 1px solid #FCAB42;
	background-image: url(images/bkg_rose.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.MainTable
{
	border-right: 1px solid #FCAB42;
}


A:link  {
    color:  darkred;
}

A:visited   {
    color:  darkred;
}

A:active    {
    color:  darkred;
}

A:hover {
    color:  black;
}

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

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
}
